Html Css Color HEX #952702 Saddle Brown

📋 copy color: '#952702'

red 149 ◦ green 39 ◦ blue 2

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

Shades of Saddle Brown #952702

Tints of Saddle Brown #952702

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.53%

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

R = 78.42%
G = 20.53%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#952702 (or 0x952702) is known color: Saddle Brown. HEX triplet: 95, 27 and 02. RGB value is (149,39,2). Sum of RGB (Red+Green+Blue) = 149+39+2=190 (25% of max value = 765). Red value is 149 (58.59% from 255 or 78.42% from 190); Green value is 39 (15.62% from 255 or 20.53% from 190); Blue value is 2 (1.17% from 255 or 1.05% from 190); Max value from RGB is 149 - color contains mainly: red. Hex color #952702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952702 is #6AD8FD. Grayscale: #434343. Windows color (decimal): -7002366 or 141205. OLE color: 141205.

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

Color convert

RGB 149 39 2 -
CMYK 0 0.74 0.99 0.42
HSL 15.1º 0.97% 0.3% -
HSV(B) 15.1º 0.99% 0.58% -
XYZ 13.13 7.84 0.88 -
YUV 67.67 90.94 186.01 -
System Red Green Blue C M Y K H S L
Decimal 149 39 2 0 0.74 0.99 0.42 15.1 0.97 0.3
Hex 95 27 2 0 4A 63 2A F 61 1E
Octal 225 47 2 0 112 143 52 17 141 36
Binary 10010101 100111 10 0 1001010 1100011 101010 1111 1100001 11110

Color Harmonies of #952702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952702

Black with #952702

Text Example


Text Example

White with #952702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952702; }

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

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

background-color css

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

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

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

border-color css

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

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

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