Html Css Color HEX #924000 Saddle Brown

📋 copy color: '#924000'

red 146 ◦ green 64 ◦ blue 0

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

Shades of Saddle Brown #924000

Tints of Saddle Brown #924000

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.48%

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

R = 69.52%
G = 30.48%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#924000 (or 0x924000) is known color: Saddle Brown. HEX triplet: 92, 40 and 00. RGB value is (146,64,0). Sum of RGB (Red+Green+Blue) = 146+64+0=210 (27% of max value = 765). Red value is 146 (57.42% from 255 or 69.52% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 146 - color contains mainly: red. Hex color #924000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #924000 is #6DBFFF. Grayscale: #515151. Windows color (decimal): -7192576 or 16530. OLE color: 16530.

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

Color convert

RGB 146 64 0 -
CMYK 0 0.56 1 0.43
HSL 26.3º 1% 0.29% -
HSV(B) 26.3º 1% 0.57% -
XYZ 13.69 9.78 1.17 -
YUV 81.22 82.17 174.2 -
System Red Green Blue C M Y K H S L
Decimal 146 64 0 0 0.56 1 0.43 26.3 1 0.29
Hex 92 40 0 0 38 64 2B 1A 64 1D
Octal 222 100 0 0 70 144 53 32 144 35
Binary 10010010 1000000 0 0 111000 1100100 101011 11010 1100100 11101

Color Harmonies of #924000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #924000

Black with #924000

Text Example


Text Example

White with #924000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #924000; }

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

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

background-color css

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

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

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

border-color css

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

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

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