Html Css Color HEX #924900 Saddle Brown

📋 copy color: '#924900'

red 146 ◦ green 73 ◦ blue 0

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

Shades of Saddle Brown #924900

Tints of Saddle Brown #924900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 66.67%
G = 33.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#924900 (or 0x924900) is known color: Saddle Brown. HEX triplet: 92, 49 and 00. RGB value is (146,73,0). Sum of RGB (Red+Green+Blue) = 146+73+0=219 (29% of max value = 765). Red value is 146 (57.42% from 255 or 66.67% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 146 - color contains mainly: red. Hex color #924900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #924900 is #6DB6FF. Grayscale: #565656. Windows color (decimal): -7190272 or 18834. OLE color: 18834.

HSL color Cylindrical-coordinate representation of color #924900: hue angle of 30º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #924900 is Cyan = 0, Magento = 0.5, Yellow = 1 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 73 0 -
CMYK 0 0.5 1 0.43
HSL 30º 1% 0.29% -
HSV(B) 30º 1% 0.57% -
XYZ 14.24 10.88 1.35 -
YUV 86.51 79.18 170.44 -
System Red Green Blue C M Y K H S L
Decimal 146 73 0 0 0.5 1 0.43 30 1 0.29
Hex 92 49 0 0 32 64 2B 1E 64 1D
Octal 222 111 0 0 62 144 53 36 144 35
Binary 10010010 1001001 0 0 110010 1100100 101011 11110 1100100 11101

Color Harmonies of #924900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #924900

Black with #924900

Text Example


Text Example

White with #924900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #924900; }

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

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

background-color css

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

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

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

border-color css

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

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

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