Html Css Color HEX #924D00 Saddle Brown

📋 copy color: '#924D00'

red 146 ◦ green 77 ◦ blue 0

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

Shades of Saddle Brown #924D00

Tints of Saddle Brown #924D00

RGB

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

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

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

R = 65.47%
G = 34.53%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#924D00 (or 0x924D00) is known color: Saddle Brown. HEX triplet: 92, 4D and 00. RGB value is (146,77,0). Sum of RGB (Red+Green+Blue) = 146+77+0=223 (29% of max value = 765). Red value is 146 (57.42% from 255 or 65.47% from 223); Green value is 77 (30.47% from 255 or 34.53% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 146 - color contains mainly: red. Hex color #924D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #924D00 is #6DB2FF. Grayscale: #595959. Windows color (decimal): -7189248 or 19858. OLE color: 19858.

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

Color convert

RGB 146 77 0 -
CMYK 0 0.47 1 0.43
HSL 31.64º 1% 0.29% -
HSV(B) 31.64º 1% 0.57% -
XYZ 14.51 11.42 1.44 -
YUV 88.85 77.86 168.76 -
System Red Green Blue C M Y K H S L
Decimal 146 77 0 0 0.47 1 0.43 31.64 1 0.29
Hex 92 4D 0 0 2F 64 2B 20 64 1D
Octal 222 115 0 0 57 144 53 40 144 35
Binary 10010010 1001101 0 0 101111 1100100 101011 100000 1100100 11101

Color Harmonies of #924D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #924D00

Black with #924D00

Text Example


Text Example

White with #924D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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