Html Css Color HEX #952B03 Saddle Brown

📋 copy color: '#952B03'

red 149 ◦ green 43 ◦ blue 3

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

Shades of Saddle Brown #952B03

Tints of Saddle Brown #952B03

RGB

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

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

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

R = 76.41%
G = 22.05%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.42

RGB Variations

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

Color information

#952B03 (or 0x952B03) is known color: Saddle Brown. HEX triplet: 95, 2B and 03. RGB value is (149,43,3). Sum of RGB (Red+Green+Blue) = 149+43+3=195 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.41% from 195); Green value is 43 (17.19% from 255 or 22.05% from 195); Blue value is 3 (1.56% from 255 or 1.54% from 195); Max value from RGB is 149 - color contains mainly: red. Hex color #952B03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952B03 is #6AD4FC. Grayscale: #464646. Windows color (decimal): -7001341 or 207765. OLE color: 207765.

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

Color convert

RGB 149 43 3 -
CMYK 0 0.71 0.98 0.42
HSL 16.44º 0.96% 0.3% -
HSV(B) 16.44º 0.98% 0.58% -
XYZ 13.27 8.12 0.95 -
YUV 70.13 90.12 184.25 -
System Red Green Blue C M Y K H S L
Decimal 149 43 3 0 0.71 0.98 0.42 16.44 0.96 0.3
Hex 95 2B 3 0 47 62 2A 10 60 1E
Octal 225 53 3 0 107 142 52 20 140 36
Binary 10010101 101011 11 0 1000111 1100010 101010 10000 1100000 11110

Color Harmonies of #952B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952B03

Black with #952B03

Text Example


Text Example

White with #952B03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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