Html Css Color HEX #924918 Saddle Brown

📋 copy color: '#924918'

red 146 ◦ green 73 ◦ blue 24

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

Shades of Saddle Brown #924918

Tints of Saddle Brown #924918

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.04%

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

R = 60.08%
G = 30.04%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.84

 K value IS 0.43

RGB Variations

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

Color information

#924918 (or 0x924918) is known color: Saddle Brown. HEX triplet: 92, 49 and 18. RGB value is (146,73,24). Sum of RGB (Red+Green+Blue) = 146+73+24=243 (32% of max value = 765). Red value is 146 (57.42% from 255 or 60.08% from 243); Green value is 73 (28.91% from 255 or 30.04% from 243); Blue value is 24 (9.77% from 255 or 9.88% from 243); Max value from RGB is 146 - color contains mainly: red. Hex color #924918 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #924918 is #6DB6E7. Grayscale: #595959. Windows color (decimal): -7190248 or 1591698. OLE color: 1591698.

HSL color Cylindrical-coordinate representation of color #924918: hue angle of 24.1º 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 #924918 is Cyan = 0, Magento = 0.5, Yellow = 0.84 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 73 24 -
CMYK 0 0.5 0.84 0.43
HSL 24.1º 0.72% 0.33% -
HSV(B) 24.1º 0.84% 0.57% -
XYZ 14.4 10.94 2.22 -
YUV 89.24 91.18 168.48 -
System Red Green Blue C M Y K H S L
Decimal 146 73 24 0 0.5 0.84 0.43 24.1 0.72 0.33
Hex 92 49 18 0 32 54 2B 18 48 21
Octal 222 111 30 0 62 124 53 30 110 41
Binary 10010010 1001001 11000 0 110010 1010100 101011 11000 1001000 100001

Color Harmonies of #924918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #924918

Black with #924918

Text Example


Text Example

White with #924918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #924918; }

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

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

background-color css

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

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

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

border-color css

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

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

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