Html Css Color HEX #94582A Chelsea Gem

📋 copy color: '#94582A'

red 148 ◦ green 88 ◦ blue 42

#94582A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chelsea Gem #94582A

Tints of Chelsea Gem #94582A

RGB

 RED value IS 148 (58.2% from 255) = 53.24%

 GREEN value IS 88 (34.77% from 255) = 31.65%

 BLUE value IS 42 (16.8% from 255) = 15.11%

R = 53.24%
G = 31.65%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.72

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#94582A (or 0x94582A) is known color: Chelsea Gem. HEX triplet: 94, 58 and 2A. RGB value is (148,88,42). Sum of RGB (Red+Green+Blue) = 148+88+42=278 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.24% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 42 (16.80% from 255 or 15.11% from 278); Max value from RGB is 148 - color contains mainly: red. Hex color #94582A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94582A is #6BA7D5. Grayscale: #646464. Windows color (decimal): -7055318 or 2775188. OLE color: 2775188.

HSL color Cylindrical-coordinate representation of color #94582A: hue angle of 26.04º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #94582A is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 88 42 -
CMYK 0 0.41 0.72 0.42
HSL 26.04º 0.56% 0.37% -
HSV(B) 26.04º 0.72% 0.58% -
XYZ 16.12 13.44 3.94 -
YUV 100.7 94.88 161.74 -
System Red Green Blue C M Y K H S L
Decimal 148 88 42 0 0.41 0.72 0.42 26.04 0.56 0.37
Hex 94 58 2A 0 29 48 2A 1A 38 25
Octal 224 130 52 0 51 110 52 32 70 45
Binary 10010100 1011000 101010 0 101001 1001000 101010 11010 111000 100101

Color Harmonies of #94582A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94582A

Black with #94582A

Text Example


Text Example

White with #94582A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94582A; }

 p { color: rgb(148,88,42); }

 H1.HeaderClassName
 {
   color: #94582A;
 }
 .AnyTagClassName
 {
   color: #94582A;
 }
</style>

background-color css

<style>
 a { background-color: #94582A; }

 a { background-color: rgb(148,88,42); }

 div.DivClassName
 {
   background-color: #94582A;
 }
 .BgClassName
 {
   background-color: #94582A;
 }
</style>

border-color css

<style>
 span { border-color: #94582A; }

 span { border-color: rgb(148,88,42); }

 td.TdClassName
 {
   border-color: #94582A;
 }
 .TagClassName
 {
   border-color: #94582A;
 }
</style>