Html Css Color HEX #924D13 Saddle Brown

📋 copy color: '#924D13'

red 146 ◦ green 77 ◦ blue 19

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

Shades of Saddle Brown #924D13

Tints of Saddle Brown #924D13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.85%

R = 60.33%
G = 31.82%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.43

RGB Variations

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

Color information

#924D13 (or 0x924D13) is known color: Saddle Brown. HEX triplet: 92, 4D and 13. RGB value is (146,77,19). Sum of RGB (Red+Green+Blue) = 146+77+19=242 (32% of max value = 765). Red value is 146 (57.42% from 255 or 60.33% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 19 (7.81% from 255 or 7.85% from 242); Max value from RGB is 146 - color contains mainly: red. Hex color #924D13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #924D13 is #6DB2EC. Grayscale: #5B5B5B. Windows color (decimal): -7189229 or 1265042. OLE color: 1265042.

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

Color convert

RGB 146 77 19 -
CMYK 0 0.47 0.87 0.43
HSL 27.4º 0.77% 0.32% -
HSV(B) 27.4º 0.87% 0.57% -
XYZ 14.63 11.47 2.06 -
YUV 91.02 87.36 167.22 -
System Red Green Blue C M Y K H S L
Decimal 146 77 19 0 0.47 0.87 0.43 27.4 0.77 0.32
Hex 92 4D 13 0 2F 57 2B 1B 4D 20
Octal 222 115 23 0 57 127 53 33 115 40
Binary 10010010 1001101 10011 0 101111 1010111 101011 11011 1001101 100000

Color Harmonies of #924D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #924D13

Black with #924D13

Text Example


Text Example

White with #924D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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