Html Css Color HEX #924814 Saddle Brown

📋 copy color: '#924814'

red 146 ◦ green 72 ◦ blue 20

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

Shades of Saddle Brown #924814

Tints of Saddle Brown #924814

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.25%

 BLUE value IS 20 (8.2% from 255) = 8.4%

R = 61.34%
G = 30.25%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#924814 (or 0x924814) is known color: Saddle Brown. HEX triplet: 92, 48 and 14. RGB value is (146,72,20). Sum of RGB (Red+Green+Blue) = 146+72+20=238 (31% of max value = 765). Red value is 146 (57.42% from 255 or 61.34% from 238); Green value is 72 (28.52% from 255 or 30.25% from 238); Blue value is 20 (8.20% from 255 or 8.40% from 238); Max value from RGB is 146 - color contains mainly: red. Hex color #924814 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #924814 is #6DB7EB. Grayscale: #585858. Windows color (decimal): -7190508 or 1329298. OLE color: 1329298.

HSL color Cylindrical-coordinate representation of color #924814: hue angle of 24.76º degrees, saturation: 0.76, 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 #924814 is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 72 20 -
CMYK 0 0.51 0.86 0.43
HSL 24.76º 0.76% 0.33% -
HSV(B) 24.76º 0.86% 0.57% -
XYZ 14.3 10.8 1.99 -
YUV 88.2 89.52 169.23 -
System Red Green Blue C M Y K H S L
Decimal 146 72 20 0 0.51 0.86 0.43 24.76 0.76 0.33
Hex 92 48 14 0 33 56 2B 19 4C 21
Octal 222 110 24 0 63 126 53 31 114 41
Binary 10010010 1001000 10100 0 110011 1010110 101011 11001 1001100 100001

Color Harmonies of #924814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #924814

Black with #924814

Text Example


Text Example

White with #924814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #924814; }

 p { color: rgb(146,72,20); }

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

background-color css

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

 a { background-color: rgb(146,72,20); }

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

border-color css

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

 span { border-color: rgb(146,72,20); }

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