Html Css Color HEX #924A18 Saddle Brown

📋 copy color: '#924A18'

red 146 ◦ green 74 ◦ blue 24

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

Shades of Saddle Brown #924A18

Tints of Saddle Brown #924A18

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.33%

 BLUE value IS 24 (9.77% from 255) = 9.84%

R = 59.84%
G = 30.33%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.43

RGB Variations

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

Color information

#924A18 (or 0x924A18) is known color: Saddle Brown. HEX triplet: 92, 4A and 18. RGB value is (146,74,24). Sum of RGB (Red+Green+Blue) = 146+74+24=244 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.84% from 244); Green value is 74 (29.30% from 255 or 30.33% from 244); Blue value is 24 (9.77% from 255 or 9.84% from 244); Max value from RGB is 146 - color contains mainly: red. Hex color #924A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #924A18 is #6DB5E7. Grayscale: #5A5A5A. Windows color (decimal): -7189992 or 1591954. OLE color: 1591954.

HSL color Cylindrical-coordinate representation of color #924A18: hue angle of 24.59º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #924A18 is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 74 24 -
CMYK 0 0.49 0.84 0.43
HSL 24.59º 0.72% 0.33% -
HSV(B) 24.59º 0.84% 0.57% -
XYZ 14.47 11.07 2.24 -
YUV 89.83 90.85 168.07 -
System Red Green Blue C M Y K H S L
Decimal 146 74 24 0 0.49 0.84 0.43 24.59 0.72 0.33
Hex 92 4A 18 0 31 54 2B 19 48 21
Octal 222 112 30 0 61 124 53 31 110 41
Binary 10010010 1001010 11000 0 110001 1010100 101011 11001 1001000 100001

Color Harmonies of #924A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #924A18

Black with #924A18

Text Example


Text Example

White with #924A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #924A18; }

 p { color: rgb(146,74,24); }

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

background-color css

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

 a { background-color: rgb(146,74,24); }

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

border-color css

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

 span { border-color: rgb(146,74,24); }

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