Html Css Color HEX #95370C Saddle Brown

📋 copy color: '#95370C'

red 149 ◦ green 55 ◦ blue 12

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

Shades of Saddle Brown #95370C

Tints of Saddle Brown #95370C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.46%

 BLUE value IS 12 (5.08% from 255) = 5.56%

R = 68.98%
G = 25.46%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#95370C (or 0x95370C) is known color: Saddle Brown. HEX triplet: 95, 37 and 0C. RGB value is (149,55,12). Sum of RGB (Red+Green+Blue) = 149+55+12=216 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.98% from 216); Green value is 55 (21.88% from 255 or 25.46% from 216); Blue value is 12 (5.08% from 255 or 5.56% from 216); Max value from RGB is 149 - color contains mainly: red. Hex color #95370C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95370C is #6AC8F3. Grayscale: #4E4E4E. Windows color (decimal): -6998260 or 800661. OLE color: 800661.

HSL color Cylindrical-coordinate representation of color #95370C: hue angle of 18.83º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #95370C is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 55 12 -
CMYK 0 0.63 0.92 0.42
HSL 18.83º 0.85% 0.32% -
HSV(B) 18.83º 0.92% 0.58% -
XYZ 13.83 9.15 1.38 -
YUV 78.2 90.64 178.5 -
System Red Green Blue C M Y K H S L
Decimal 149 55 12 0 0.63 0.92 0.42 18.83 0.85 0.32
Hex 95 37 C 0 3F 5C 2A 13 55 20
Octal 225 67 14 0 77 134 52 23 125 40
Binary 10010101 110111 1100 0 111111 1011100 101010 10011 1010101 100000

Color Harmonies of #95370C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95370C

Black with #95370C

Text Example


Text Example

White with #95370C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95370C; }

 p { color: rgb(149,55,12); }

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

background-color css

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

 a { background-color: rgb(149,55,12); }

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

border-color css

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

 span { border-color: rgb(149,55,12); }

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