Html Css Color HEX #952F00 Saddle Brown

📋 copy color: '#952F00'

red 149 ◦ green 47 ◦ blue 0

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

Shades of Saddle Brown #952F00

Tints of Saddle Brown #952F00

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.98%

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

R = 76.02%
G = 23.98%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#952F00 (or 0x952F00) is known color: Saddle Brown. HEX triplet: 95, 2F and 00. RGB value is (149,47,0). Sum of RGB (Red+Green+Blue) = 149+47+0=196 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.02% from 196); Green value is 47 (18.75% from 255 or 23.98% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 149 - color contains mainly: red. Hex color #952F00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952F00 is #6AD0FF. Grayscale: #484848. Windows color (decimal): -7000320 or 12181. OLE color: 12181.

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

Color convert

RGB 149 47 0 -
CMYK 0 0.68 1 0.42
HSL 18.93º 1% 0.29% -
HSV(B) 18.93º 1% 0.58% -
XYZ 13.41 8.42 0.92 -
YUV 72.14 87.29 182.82 -
System Red Green Blue C M Y K H S L
Decimal 149 47 0 0 0.68 1 0.42 18.93 1 0.29
Hex 95 2F 0 0 44 64 2A 13 64 1D
Octal 225 57 0 0 104 144 52 23 144 35
Binary 10010101 101111 0 0 1000100 1100100 101010 10011 1100100 11101

Color Harmonies of #952F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952F00

Black with #952F00

Text Example


Text Example

White with #952F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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