Html Css Color HEX #952B05 Saddle Brown

📋 copy color: '#952B05'

red 149 ◦ green 43 ◦ blue 5

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

Shades of Saddle Brown #952B05

Tints of Saddle Brown #952B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.54%

R = 75.63%
G = 21.83%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#952B05 (or 0x952B05) is known color: Saddle Brown. HEX triplet: 95, 2B and 05. RGB value is (149,43,5). Sum of RGB (Red+Green+Blue) = 149+43+5=197 (26% of max value = 765). Red value is 149 (58.59% from 255 or 75.63% from 197); Green value is 43 (17.19% from 255 or 21.83% from 197); Blue value is 5 (2.34% from 255 or 2.54% from 197); Max value from RGB is 149 - color contains mainly: red. Hex color #952B05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952B05 is #6AD4FA. Grayscale: #464646. Windows color (decimal): -7001339 or 338837. OLE color: 338837.

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

Color convert

RGB 149 43 5 -
CMYK 0 0.71 0.97 0.42
HSL 15.83º 0.94% 0.3% -
HSV(B) 15.83º 0.97% 0.58% -
XYZ 13.29 8.13 1.01 -
YUV 70.36 91.12 184.09 -
System Red Green Blue C M Y K H S L
Decimal 149 43 5 0 0.71 0.97 0.42 15.83 0.94 0.3
Hex 95 2B 5 0 47 61 2A 10 5E 1E
Octal 225 53 5 0 107 141 52 20 136 36
Binary 10010101 101011 101 0 1000111 1100001 101010 10000 1011110 11110

Color Harmonies of #952B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952B05

Black with #952B05

Text Example


Text Example

White with #952B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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