Html Css Color HEX #955302 Saddle Brown

📋 copy color: '#955302'

red 149 ◦ green 83 ◦ blue 2

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

Shades of Saddle Brown #955302

Tints of Saddle Brown #955302

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.47%

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

R = 63.68%
G = 35.47%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#955302 (or 0x955302) is known color: Saddle Brown. HEX triplet: 95, 53 and 02. RGB value is (149,83,2). Sum of RGB (Red+Green+Blue) = 149+83+2=234 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.68% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 149 - color contains mainly: red. Hex color #955302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955302 is #6AACFD. Grayscale: #5D5D5D. Windows color (decimal): -6991102 or 152469. OLE color: 152469.

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

Color convert

RGB 149 83 2 -
CMYK 0 0.44 0.99 0.42
HSL 33.06º 0.97% 0.3% -
HSV(B) 33.06º 0.99% 0.58% -
XYZ 15.5 12.58 1.67 -
YUV 93.5 76.37 167.59 -
System Red Green Blue C M Y K H S L
Decimal 149 83 2 0 0.44 0.99 0.42 33.06 0.97 0.3
Hex 95 53 2 0 2C 63 2A 21 61 1E
Octal 225 123 2 0 54 143 52 41 141 36
Binary 10010101 1010011 10 0 101100 1100011 101010 100001 1100001 11110

Color Harmonies of #955302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955302

Black with #955302

Text Example


Text Example

White with #955302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955302; }

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

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

background-color css

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

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

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

border-color css

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

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

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