Html Css Color HEX #924219 Saddle Brown

📋 copy color: '#924219'

red 146 ◦ green 66 ◦ blue 25

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

Shades of Saddle Brown #924219

Tints of Saddle Brown #924219

RGB

 RED value IS 146 (57.42% from 255) = 61.6%

 GREEN value IS 66 (26.17% from 255) = 27.85%

 BLUE value IS 25 (10.16% from 255) = 10.55%

R = 61.6%
G = 27.85%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.83

 K value IS 0.43

RGB Variations

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

Color information

#924219 (or 0x924219) is known color: Saddle Brown. HEX triplet: 92, 42 and 19. RGB value is (146,66,25). Sum of RGB (Red+Green+Blue) = 146+66+25=237 (31% of max value = 765). Red value is 146 (57.42% from 255 or 61.60% from 237); Green value is 66 (26.17% from 255 or 27.85% from 237); Blue value is 25 (10.16% from 255 or 10.55% from 237); Max value from RGB is 146 - color contains mainly: red. Hex color #924219 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #924219 is #6DBDE6. Grayscale: #555555. Windows color (decimal): -7192039 or 1655442. OLE color: 1655442.

HSL color Cylindrical-coordinate representation of color #924219: hue angle of 20.33º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #924219 is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 66 25 -
CMYK 0 0.55 0.83 0.43
HSL 20.33º 0.71% 0.34% -
HSV(B) 20.33º 0.83% 0.57% -
XYZ 13.98 10.08 2.13 -
YUV 85.25 94 171.33 -
System Red Green Blue C M Y K H S L
Decimal 146 66 25 0 0.55 0.83 0.43 20.33 0.71 0.34
Hex 92 42 19 0 37 53 2B 14 47 22
Octal 222 102 31 0 67 123 53 24 107 42
Binary 10010010 1000010 11001 0 110111 1010011 101011 10100 1000111 100010

Color Harmonies of #924219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #924219

Black with #924219

Text Example


Text Example

White with #924219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #924219; }

 p { color: rgb(146,66,25); }

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

background-color css

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

 a { background-color: rgb(146,66,25); }

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

border-color css

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

 span { border-color: rgb(146,66,25); }

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