Html Css Color HEX #925008 Saddle Brown

📋 copy color: '#925008'

red 146 ◦ green 80 ◦ blue 8

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

Shades of Saddle Brown #925008

Tints of Saddle Brown #925008

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.19%

 BLUE value IS 8 (3.52% from 255) = 3.42%

R = 62.39%
G = 34.19%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.95

 K value IS 0.43

RGB Variations

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

Color information

#925008 (or 0x925008) is known color: Saddle Brown. HEX triplet: 92, 50 and 08. RGB value is (146,80,8). Sum of RGB (Red+Green+Blue) = 146+80+8=234 (30% of max value = 765). Red value is 146 (57.42% from 255 or 62.39% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 8 (3.52% from 255 or 3.42% from 234); Max value from RGB is 146 - color contains mainly: red. Hex color #925008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925008 is #6DAFF7. Grayscale: #5B5B5B. Windows color (decimal): -7188472 or 544914. OLE color: 544914.

HSL color Cylindrical-coordinate representation of color #925008: hue angle of 31.3º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #925008 is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 80 8 -
CMYK 0 0.45 0.95 0.43
HSL 31.3º 0.9% 0.3% -
HSV(B) 31.3º 0.95% 0.57% -
XYZ 14.77 11.87 1.74 -
YUV 91.53 80.87 166.85 -
System Red Green Blue C M Y K H S L
Decimal 146 80 8 0 0.45 0.95 0.43 31.3 0.9 0.3
Hex 92 50 8 0 2D 5F 2B 1F 5A 1E
Octal 222 120 10 0 55 137 53 37 132 36
Binary 10010010 1010000 1000 0 101101 1011111 101011 11111 1011010 11110

Color Harmonies of #925008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925008

Black with #925008

Text Example


Text Example

White with #925008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925008; }

 p { color: rgb(146,80,8); }

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

background-color css

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

 a { background-color: rgb(146,80,8); }

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

border-color css

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

 span { border-color: rgb(146,80,8); }

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