Html Css Color HEX #954A02 Saddle Brown

📋 copy color: '#954A02'

red 149 ◦ green 74 ◦ blue 2

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

Shades of Saddle Brown #954A02

Tints of Saddle Brown #954A02

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.89%

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

R = 66.22%
G = 32.89%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#954A02 (or 0x954A02) is known color: Saddle Brown. HEX triplet: 95, 4A and 02. RGB value is (149,74,2). Sum of RGB (Red+Green+Blue) = 149+74+2=225 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.22% from 225); Green value is 74 (29.30% from 255 or 32.89% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 149 - color contains mainly: red. Hex color #954A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954A02 is #6AB5FD. Grayscale: #585858. Windows color (decimal): -6993406 or 150165. OLE color: 150165.

HSL color Cylindrical-coordinate representation of color #954A02: hue angle of 29.39º 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 #954A02 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 74 2 -
CMYK 0 0.50 0.99 0.42
HSL 29.39º 0.97% 0.3% -
HSV(B) 29.39º 0.99% 0.58% -
XYZ 14.85 11.29 1.45 -
YUV 88.22 79.35 171.35 -
System Red Green Blue C M Y K H S L
Decimal 149 74 2 0 0.50 0.99 0.42 29.39 0.97 0.3
Hex 95 4A 2 0 32 63 2A 1D 61 1E
Octal 225 112 2 0 62 143 52 35 141 36
Binary 10010101 1001010 10 0 110010 1100011 101010 11101 1100001 11110

Color Harmonies of #954A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954A02

Black with #954A02

Text Example


Text Example

White with #954A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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