Html Css Color HEX #954800 Saddle Brown

📋 copy color: '#954800'

red 149 ◦ green 72 ◦ blue 0

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

Shades of Saddle Brown #954800

Tints of Saddle Brown #954800

RGB

 RED value IS 149 (58.59% from 255) = 67.42%

 GREEN value IS 72 (28.52% from 255) = 32.58%

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

R = 67.42%
G = 32.58%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#954800 (or 0x954800) is known color: Saddle Brown. HEX triplet: 95, 48 and 00. RGB value is (149,72,0). Sum of RGB (Red+Green+Blue) = 149+72+0=221 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.42% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 149 - color contains mainly: red. Hex color #954800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954800 is #6AB7FF. Grayscale: #575757. Windows color (decimal): -6993920 or 18581. OLE color: 18581.

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

Color convert

RGB 149 72 0 -
CMYK 0 0.52 1 0.42
HSL 28.99º 1% 0.29% -
HSV(B) 28.99º 1% 0.58% -
XYZ 14.71 11.02 1.35 -
YUV 86.82 79.01 172.35 -
System Red Green Blue C M Y K H S L
Decimal 149 72 0 0 0.52 1 0.42 28.99 1 0.29
Hex 95 48 0 0 34 64 2A 1D 64 1D
Octal 225 110 0 0 64 144 52 35 144 35
Binary 10010101 1001000 0 0 110100 1100100 101010 11101 1100100 11101

Color Harmonies of #954800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954800

Black with #954800

Text Example


Text Example

White with #954800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954800; }

 p { color: rgb(149,72,0); }

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

background-color css

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

 a { background-color: rgb(149,72,0); }

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

border-color css

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

 span { border-color: rgb(149,72,0); }

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