Html Css Color HEX #952F03 Saddle Brown

📋 copy color: '#952F03'

red 149 ◦ green 47 ◦ blue 3

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

Shades of Saddle Brown #952F03

Tints of Saddle Brown #952F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.51%

R = 74.87%
G = 23.62%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.98

 K value IS 0.42

RGB Variations

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

Color information

#952F03 (or 0x952F03) is known color: Saddle Brown. HEX triplet: 95, 2F and 03. RGB value is (149,47,3). Sum of RGB (Red+Green+Blue) = 149+47+3=199 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.87% from 199); Green value is 47 (18.75% from 255 or 23.62% from 199); Blue value is 3 (1.56% from 255 or 1.51% from 199); Max value from RGB is 149 - color contains mainly: red. Hex color #952F03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952F03 is #6AD0FC. Grayscale: #484848. Windows color (decimal): -7000317 or 208789. OLE color: 208789.

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

Color convert

RGB 149 47 3 -
CMYK 0 0.68 0.98 0.42
HSL 18.08º 0.96% 0.3% -
HSV(B) 18.08º 0.98% 0.58% -
XYZ 13.43 8.43 1.01 -
YUV 72.48 88.79 182.58 -
System Red Green Blue C M Y K H S L
Decimal 149 47 3 0 0.68 0.98 0.42 18.08 0.96 0.3
Hex 95 2F 3 0 44 62 2A 12 60 1E
Octal 225 57 3 0 104 142 52 22 140 36
Binary 10010101 101111 11 0 1000100 1100010 101010 10010 1100000 11110

Color Harmonies of #952F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952F03

Black with #952F03

Text Example


Text Example

White with #952F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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