Html Css Color HEX #952C02 Saddle Brown

📋 copy color: '#952C02'

red 149 ◦ green 44 ◦ blue 2

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

Shades of Saddle Brown #952C02

Tints of Saddle Brown #952C02

RGB

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

 GREEN value IS 44 (17.58% from 255) = 22.56%

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

R = 76.41%
G = 22.56%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#952C02 (or 0x952C02) is known color: Saddle Brown. HEX triplet: 95, 2C and 02. RGB value is (149,44,2). Sum of RGB (Red+Green+Blue) = 149+44+2=195 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.41% from 195); Green value is 44 (17.58% from 255 or 22.56% from 195); Blue value is 2 (1.17% from 255 or 1.03% from 195); Max value from RGB is 149 - color contains mainly: red. Hex color #952C02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952C02 is #6AD3FD. Grayscale: #464646. Windows color (decimal): -7001086 or 142485. OLE color: 142485.

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

Color convert

RGB 149 44 2 -
CMYK 0 0.70 0.99 0.42
HSL 17.14º 0.97% 0.3% -
HSV(B) 17.14º 0.99% 0.58% -
XYZ 13.31 8.2 0.94 -
YUV 70.61 89.29 183.92 -
System Red Green Blue C M Y K H S L
Decimal 149 44 2 0 0.70 0.99 0.42 17.14 0.97 0.3
Hex 95 2C 2 0 46 63 2A 11 61 1E
Octal 225 54 2 0 106 143 52 21 141 36
Binary 10010101 101100 10 0 1000110 1100011 101010 10001 1100001 11110

Color Harmonies of #952C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952C02

Black with #952C02

Text Example


Text Example

White with #952C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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