Html Css Color HEX #924914 Saddle Brown

📋 copy color: '#924914'

red 146 ◦ green 73 ◦ blue 20

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

Shades of Saddle Brown #924914

Tints of Saddle Brown #924914

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.54%

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

R = 61.09%
G = 30.54%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#924914 (or 0x924914) is known color: Saddle Brown. HEX triplet: 92, 49 and 14. RGB value is (146,73,20). Sum of RGB (Red+Green+Blue) = 146+73+20=239 (31% of max value = 765). Red value is 146 (57.42% from 255 or 61.09% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 20 (8.20% from 255 or 8.37% from 239); Max value from RGB is 146 - color contains mainly: red. Hex color #924914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #924914 is #6DB6EB. Grayscale: #595959. Windows color (decimal): -7190252 or 1329554. OLE color: 1329554.

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

Color convert

RGB 146 73 20 -
CMYK 0 0.5 0.86 0.43
HSL 25.24º 0.76% 0.33% -
HSV(B) 25.24º 0.86% 0.57% -
XYZ 14.36 10.93 2.01 -
YUV 88.79 89.18 168.81 -
System Red Green Blue C M Y K H S L
Decimal 146 73 20 0 0.5 0.86 0.43 25.24 0.76 0.33
Hex 92 49 14 0 32 56 2B 19 4C 21
Octal 222 111 24 0 62 126 53 31 114 41
Binary 10010010 1001001 10100 0 110010 1010110 101011 11001 1001100 100001

Color Harmonies of #924914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #924914

Black with #924914

Text Example


Text Example

White with #924914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #924914; }

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

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

background-color css

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

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

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

border-color css

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

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

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