Html Css Color HEX #952700 Saddle Brown

📋 copy color: '#952700'

red 149 ◦ green 39 ◦ blue 0

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

Shades of Saddle Brown #952700

Tints of Saddle Brown #952700

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.74%

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

R = 79.26%
G = 20.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#952700 (or 0x952700) is known color: Saddle Brown. HEX triplet: 95, 27 and 00. RGB value is (149,39,0). Sum of RGB (Red+Green+Blue) = 149+39+0=188 (24% of max value = 765). Red value is 149 (58.59% from 255 or 79.26% from 188); Green value is 39 (15.62% from 255 or 20.74% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 149 - color contains mainly: red. Hex color #952700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952700 is #6AD8FF. Grayscale: #434343. Windows color (decimal): -7002368 or 10133. OLE color: 10133.

HSL color Cylindrical-coordinate representation of color #952700: hue angle of 15.7º 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 #952700 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 39 0 -
CMYK 0 0.74 1 0.42
HSL 15.7º 1% 0.29% -
HSV(B) 15.7º 1% 0.58% -
XYZ 13.12 7.84 0.82 -
YUV 67.44 89.94 186.17 -
System Red Green Blue C M Y K H S L
Decimal 149 39 0 0 0.74 1 0.42 15.7 1 0.29
Hex 95 27 0 0 4A 64 2A 10 64 1D
Octal 225 47 0 0 112 144 52 20 144 35
Binary 10010101 100111 0 0 1001010 1100100 101010 10000 1100100 11101

Color Harmonies of #952700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952700

Black with #952700

Text Example


Text Example

White with #952700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952700; }

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

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

background-color css

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

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

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

border-color css

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

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

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