Html Css Color HEX #924B12 Saddle Brown

📋 copy color: '#924B12'

red 146 ◦ green 75 ◦ blue 18

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

Shades of Saddle Brown #924B12

Tints of Saddle Brown #924B12

RGB

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

 GREEN value IS 75 (29.69% from 255) = 31.38%

 BLUE value IS 18 (7.42% from 255) = 7.53%

R = 61.09%
G = 31.38%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#924B12 (or 0x924B12) is known color: Saddle Brown. HEX triplet: 92, 4B and 12. RGB value is (146,75,18). Sum of RGB (Red+Green+Blue) = 146+75+18=239 (31% of max value = 765). Red value is 146 (57.42% from 255 or 61.09% from 239); Green value is 75 (29.69% from 255 or 31.38% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 146 - color contains mainly: red. Hex color #924B12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #924B12 is #6DB4ED. Grayscale: #5A5A5A. Windows color (decimal): -7189742 or 1198994. OLE color: 1198994.

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

Color convert

RGB 146 75 18 -
CMYK 0 0.49 0.88 0.43
HSL 26.72º 0.78% 0.32% -
HSV(B) 26.72º 0.88% 0.57% -
XYZ 14.48 11.19 1.97 -
YUV 89.73 87.52 168.13 -
System Red Green Blue C M Y K H S L
Decimal 146 75 18 0 0.49 0.88 0.43 26.72 0.78 0.32
Hex 92 4B 12 0 31 58 2B 1B 4E 20
Octal 222 113 22 0 61 130 53 33 116 40
Binary 10010010 1001011 10010 0 110001 1011000 101011 11011 1001110 100000

Color Harmonies of #924B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #924B12

Black with #924B12

Text Example


Text Example

White with #924B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,75,18); }

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

background-color css

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

 a { background-color: rgb(146,75,18); }

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

border-color css

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

 span { border-color: rgb(146,75,18); }

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