Html Css Color HEX #952B04 Saddle Brown

📋 copy color: '#952B04'

red 149 ◦ green 43 ◦ blue 4

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

Shades of Saddle Brown #952B04

Tints of Saddle Brown #952B04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.04%

R = 76.02%
G = 21.94%
B = 2.04%

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

#952B04 (or 0x952B04) is known color: Saddle Brown. HEX triplet: 95, 2B and 04. RGB value is (149,43,4). Sum of RGB (Red+Green+Blue) = 149+43+4=196 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.02% from 196); Green value is 43 (17.19% from 255 or 21.94% from 196); Blue value is 4 (1.95% from 255 or 2.04% from 196); Max value from RGB is 149 - color contains mainly: red. Hex color #952B04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952B04 is #6AD4FB. Grayscale: #464646. Windows color (decimal): -7001340 or 273301. OLE color: 273301.

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

Color convert

RGB 149 43 4 -
CMYK 0 0.71 0.97 0.42
HSL 16.14º 0.95% 0.3% -
HSV(B) 16.14º 0.97% 0.58% -
XYZ 13.28 8.13 0.98 -
YUV 70.25 90.62 184.17 -
System Red Green Blue C M Y K H S L
Decimal 149 43 4 0 0.71 0.97 0.42 16.14 0.95 0.3
Hex 95 2B 4 0 47 61 2A 10 5F 1E
Octal 225 53 4 0 107 141 52 20 137 36
Binary 10010101 101011 100 0 1000111 1100001 101010 10000 1011111 11110

Color Harmonies of #952B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952B04

Black with #952B04

Text Example


Text Example

White with #952B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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