Html Css Color HEX #952F05 Saddle Brown

📋 copy color: '#952F05'

red 149 ◦ green 47 ◦ blue 5

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

Shades of Saddle Brown #952F05

Tints of Saddle Brown #952F05

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.38%

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

R = 74.13%
G = 23.38%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#952F05 (or 0x952F05) is known color: Saddle Brown. HEX triplet: 95, 2F and 05. RGB value is (149,47,5). Sum of RGB (Red+Green+Blue) = 149+47+5=201 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.13% from 201); Green value is 47 (18.75% from 255 or 23.38% from 201); Blue value is 5 (2.34% from 255 or 2.49% from 201); Max value from RGB is 149 - color contains mainly: red. Hex color #952F05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952F05 is #6AD0FA. Grayscale: #484848. Windows color (decimal): -7000315 or 339861. OLE color: 339861.

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

Color convert

RGB 149 47 5 -
CMYK 0 0.68 0.97 0.42
HSL 17.5º 0.94% 0.3% -
HSV(B) 17.5º 0.97% 0.58% -
XYZ 13.44 8.43 1.06 -
YUV 72.71 89.79 182.42 -
System Red Green Blue C M Y K H S L
Decimal 149 47 5 0 0.68 0.97 0.42 17.5 0.94 0.3
Hex 95 2F 5 0 44 61 2A 12 5E 1E
Octal 225 57 5 0 104 141 52 22 136 36
Binary 10010101 101111 101 0 1000100 1100001 101010 10010 1011110 11110

Color Harmonies of #952F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952F05

Black with #952F05

Text Example


Text Example

White with #952F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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