Html Css Color HEX #952B06 Saddle Brown

📋 copy color: '#952B06'

red 149 ◦ green 43 ◦ blue 6

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

Shades of Saddle Brown #952B06

Tints of Saddle Brown #952B06

RGB

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

 GREEN value IS 43 (17.19% from 255) = 21.72%

 BLUE value IS 6 (2.73% from 255) = 3.03%

R = 75.25%
G = 21.72%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#952B06 (or 0x952B06) is known color: Saddle Brown. HEX triplet: 95, 2B and 06. RGB value is (149,43,6). Sum of RGB (Red+Green+Blue) = 149+43+6=198 (26% of max value = 765). Red value is 149 (58.59% from 255 or 75.25% from 198); Green value is 43 (17.19% from 255 or 21.72% from 198); Blue value is 6 (2.73% from 255 or 3.03% from 198); Max value from RGB is 149 - color contains mainly: red. Hex color #952B06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952B06 is #6AD4F9. Grayscale: #464646. Windows color (decimal): -7001338 or 404373. OLE color: 404373.

HSL color Cylindrical-coordinate representation of color #952B06: hue angle of 15.52º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #952B06 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 43 6 -
CMYK 0 0.71 0.96 0.42
HSL 15.52º 0.92% 0.3% -
HSV(B) 15.52º 0.96% 0.58% -
XYZ 13.29 8.13 1.04 -
YUV 70.48 91.62 184.01 -
System Red Green Blue C M Y K H S L
Decimal 149 43 6 0 0.71 0.96 0.42 15.52 0.92 0.3
Hex 95 2B 6 0 47 60 2A 10 5C 1E
Octal 225 53 6 0 107 140 52 20 134 36
Binary 10010101 101011 110 0 1000111 1100000 101010 10000 1011100 11110

Color Harmonies of #952B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952B06

Black with #952B06

Text Example


Text Example

White with #952B06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,43,6); }

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

background-color css

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

 a { background-color: rgb(149,43,6); }

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

border-color css

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

 span { border-color: rgb(149,43,6); }

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