Html Css Color HEX #924C15 Saddle Brown

📋 copy color: '#924C15'

red 146 ◦ green 76 ◦ blue 21

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

Shades of Saddle Brown #924C15

Tints of Saddle Brown #924C15

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.28%

 BLUE value IS 21 (8.59% from 255) = 8.64%

R = 60.08%
G = 31.28%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#924C15 (or 0x924C15) is known color: Saddle Brown. HEX triplet: 92, 4C and 15. RGB value is (146,76,21). Sum of RGB (Red+Green+Blue) = 146+76+21=243 (32% of max value = 765). Red value is 146 (57.42% from 255 or 60.08% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 21 (8.59% from 255 or 8.64% from 243); Max value from RGB is 146 - color contains mainly: red. Hex color #924C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #924C15 is #6DB3EA. Grayscale: #5A5A5A. Windows color (decimal): -7189483 or 1395858. OLE color: 1395858.

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

Color convert

RGB 146 76 21 -
CMYK 0 0.48 0.86 0.43
HSL 26.4º 0.75% 0.33% -
HSV(B) 26.4º 0.86% 0.57% -
XYZ 14.57 11.33 2.13 -
YUV 90.66 88.69 167.47 -
System Red Green Blue C M Y K H S L
Decimal 146 76 21 0 0.48 0.86 0.43 26.4 0.75 0.33
Hex 92 4C 15 0 30 56 2B 1A 4B 21
Octal 222 114 25 0 60 126 53 32 113 41
Binary 10010010 1001100 10101 0 110000 1010110 101011 11010 1001011 100001

Color Harmonies of #924C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #924C15

Black with #924C15

Text Example


Text Example

White with #924C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,76,21); }

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

background-color css

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

 a { background-color: rgb(146,76,21); }

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

border-color css

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

 span { border-color: rgb(146,76,21); }

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