Html Css Color HEX #952C00 Saddle Brown

📋 copy color: '#952C00'

red 149 ◦ green 44 ◦ blue 0

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

Shades of Saddle Brown #952C00

Tints of Saddle Brown #952C00

RGB

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

 GREEN value IS 44 (17.58% from 255) = 22.8%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.2%
G = 22.8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#952C00 (or 0x952C00) is known color: Saddle Brown. HEX triplet: 95, 2C and 00. RGB value is (149,44,0). Sum of RGB (Red+Green+Blue) = 149+44+0=193 (25% of max value = 765). Red value is 149 (58.59% from 255 or 77.20% from 193); Green value is 44 (17.58% from 255 or 22.80% from 193); Blue value is 0 (0.39% from 255 or 0% from 193); Max value from RGB is 149 - color contains mainly: red. Hex color #952C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952C00 is #6AD3FF. Grayscale: #464646. Windows color (decimal): -7001088 or 11413. OLE color: 11413.

HSL color Cylindrical-coordinate representation of color #952C00: hue angle of 17.72º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #952C00 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 44 0 -
CMYK 0 0.70 1 0.42
HSL 17.72º 1% 0.29% -
HSV(B) 17.72º 1% 0.58% -
XYZ 13.3 8.19 0.88 -
YUV 70.38 88.29 184.08 -
System Red Green Blue C M Y K H S L
Decimal 149 44 0 0 0.70 1 0.42 17.72 1 0.29
Hex 95 2C 0 0 46 64 2A 12 64 1D
Octal 225 54 0 0 106 144 52 22 144 35
Binary 10010101 101100 0 0 1000110 1100100 101010 10010 1100100 11101

Color Harmonies of #952C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952C00

Black with #952C00

Text Example


Text Example

White with #952C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,44,0); }

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

background-color css

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

 a { background-color: rgb(149,44,0); }

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

border-color css

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

 span { border-color: rgb(149,44,0); }

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