Html Css Color HEX #954500 Saddle Brown

📋 copy color: '#954500'

red 149 ◦ green 69 ◦ blue 0

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

Shades of Saddle Brown #954500

Tints of Saddle Brown #954500

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.65%

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

R = 68.35%
G = 31.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#954500 (or 0x954500) is known color: Saddle Brown. HEX triplet: 95, 45 and 00. RGB value is (149,69,0). Sum of RGB (Red+Green+Blue) = 149+69+0=218 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.35% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 149 - color contains mainly: red. Hex color #954500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954500 is #6ABAFF. Grayscale: #555555. Windows color (decimal): -6994688 or 17813. OLE color: 17813.

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

Color convert

RGB 149 69 0 -
CMYK 0 0.54 1 0.42
HSL 27.79º 1% 0.29% -
HSV(B) 27.79º 1% 0.58% -
XYZ 14.52 10.65 1.29 -
YUV 85.05 80 173.61 -
System Red Green Blue C M Y K H S L
Decimal 149 69 0 0 0.54 1 0.42 27.79 1 0.29
Hex 95 45 0 0 36 64 2A 1C 64 1D
Octal 225 105 0 0 66 144 52 34 144 35
Binary 10010101 1000101 0 0 110110 1100100 101010 11100 1100100 11101

Color Harmonies of #954500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954500

Black with #954500

Text Example


Text Example

White with #954500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954500; }

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

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

background-color css

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

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

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

border-color css

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

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

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