Html Css Color HEX #924A12 Saddle Brown

📋 copy color: '#924A12'

red 146 ◦ green 74 ◦ blue 18

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

Shades of Saddle Brown #924A12

Tints of Saddle Brown #924A12

RGB

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

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

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

R = 61.34%
G = 31.09%
B = 7.56%

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

#924A12 (or 0x924A12) is known color: Saddle Brown. HEX triplet: 92, 4A and 12. RGB value is (146,74,18). Sum of RGB (Red+Green+Blue) = 146+74+18=238 (31% of max value = 765). Red value is 146 (57.42% from 255 or 61.34% from 238); Green value is 74 (29.30% from 255 or 31.09% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 146 - color contains mainly: red. Hex color #924A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #924A12 is #6DB5ED. Grayscale: #595959. Windows color (decimal): -7189998 or 1198738. OLE color: 1198738.

HSL color Cylindrical-coordinate representation of color #924A12: hue angle of 26.25º 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 #924A12 is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 74 18 -
CMYK 0 0.49 0.88 0.43
HSL 26.25º 0.78% 0.32% -
HSV(B) 26.25º 0.88% 0.57% -
XYZ 14.41 11.05 1.95 -
YUV 89.14 87.85 168.55 -
System Red Green Blue C M Y K H S L
Decimal 146 74 18 0 0.49 0.88 0.43 26.25 0.78 0.32
Hex 92 4A 12 0 31 58 2B 1A 4E 20
Octal 222 112 22 0 61 130 53 32 116 40
Binary 10010010 1001010 10010 0 110001 1011000 101011 11010 1001110 100000

Color Harmonies of #924A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #924A12

Black with #924A12

Text Example


Text Example

White with #924A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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