Html Css Color HEX #954502 Saddle Brown

📋 copy color: '#954502'

red 149 ◦ green 69 ◦ blue 2

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

Shades of Saddle Brown #954502

Tints of Saddle Brown #954502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.91%

R = 67.73%
G = 31.36%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#954502 (or 0x954502) is known color: Saddle Brown. HEX triplet: 95, 45 and 02. RGB value is (149,69,2). Sum of RGB (Red+Green+Blue) = 149+69+2=220 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.73% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 149 - color contains mainly: red. Hex color #954502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954502 is #6ABAFD. Grayscale: #555555. Windows color (decimal): -6994686 or 148885. OLE color: 148885.

HSL color Cylindrical-coordinate representation of color #954502: hue angle of 27.35º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #954502 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 69 2 -
CMYK 0 0.54 0.99 0.42
HSL 27.35º 0.97% 0.3% -
HSV(B) 27.35º 0.99% 0.58% -
XYZ 14.53 10.65 1.35 -
YUV 85.28 81 173.45 -
System Red Green Blue C M Y K H S L
Decimal 149 69 2 0 0.54 0.99 0.42 27.35 0.97 0.3
Hex 95 45 2 0 36 63 2A 1B 61 1E
Octal 225 105 2 0 66 143 52 33 141 36
Binary 10010101 1000101 10 0 110110 1100011 101010 11011 1100001 11110

Color Harmonies of #954502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954502

Black with #954502

Text Example


Text Example

White with #954502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954502; }

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

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

background-color css

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

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

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

border-color css

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

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

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