Html Css Color HEX #924D15 Saddle Brown

📋 copy color: '#924D15'

red 146 ◦ green 77 ◦ blue 21

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

Shades of Saddle Brown #924D15

Tints of Saddle Brown #924D15

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.56%

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

R = 59.84%
G = 31.56%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#924D15 (or 0x924D15) is known color: Saddle Brown. HEX triplet: 92, 4D and 15. RGB value is (146,77,21). Sum of RGB (Red+Green+Blue) = 146+77+21=244 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.84% from 244); Green value is 77 (30.47% from 255 or 31.56% from 244); Blue value is 21 (8.59% from 255 or 8.61% from 244); Max value from RGB is 146 - color contains mainly: red. Hex color #924D15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #924D15 is #6DB2EA. Grayscale: #5B5B5B. Windows color (decimal): -7189227 or 1396114. OLE color: 1396114.

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

Color convert

RGB 146 77 21 -
CMYK 0 0.47 0.86 0.43
HSL 26.88º 0.75% 0.33% -
HSV(B) 26.88º 0.86% 0.57% -
XYZ 14.64 11.47 2.15 -
YUV 91.25 88.36 167.05 -
System Red Green Blue C M Y K H S L
Decimal 146 77 21 0 0.47 0.86 0.43 26.88 0.75 0.33
Hex 92 4D 15 0 2F 56 2B 1B 4B 21
Octal 222 115 25 0 57 126 53 33 113 41
Binary 10010010 1001101 10101 0 101111 1010110 101011 11011 1001011 100001

Color Harmonies of #924D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #924D15

Black with #924D15

Text Example


Text Example

White with #924D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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