Html Css Color HEX #952601 Saddle Brown

📋 copy color: '#952601'

red 149 ◦ green 38 ◦ blue 1

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

Shades of Saddle Brown #952601

Tints of Saddle Brown #952601

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.21%

 BLUE value IS 1 (0.78% from 255) = 0.53%

R = 79.26%
G = 20.21%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#952601 (or 0x952601) is known color: Saddle Brown. HEX triplet: 95, 26 and 01. RGB value is (149,38,1). Sum of RGB (Red+Green+Blue) = 149+38+1=188 (24% of max value = 765). Red value is 149 (58.59% from 255 or 79.26% from 188); Green value is 38 (15.23% from 255 or 20.21% from 188); Blue value is 1 (0.78% from 255 or 0.53% from 188); Max value from RGB is 149 - color contains mainly: red. Hex color #952601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952601 is #6AD9FE. Grayscale: #434343. Windows color (decimal): -7002623 or 75413. OLE color: 75413.

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

Color convert

RGB 149 38 1 -
CMYK 0 0.74 0.99 0.42
HSL 15º 0.99% 0.29% -
HSV(B) 15º 0.99% 0.58% -
XYZ 13.09 7.78 0.84 -
YUV 66.97 90.77 186.51 -
System Red Green Blue C M Y K H S L
Decimal 149 38 1 0 0.74 0.99 0.42 15 0.99 0.29
Hex 95 26 1 0 4A 63 2A F 63 1D
Octal 225 46 1 0 112 143 52 17 143 35
Binary 10010101 100110 1 0 1001010 1100011 101010 1111 1100011 11101

Color Harmonies of #952601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952601

Black with #952601

Text Example


Text Example

White with #952601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952601; }

 p { color: rgb(149,38,1); }

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

background-color css

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

 a { background-color: rgb(149,38,1); }

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

border-color css

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

 span { border-color: rgb(149,38,1); }

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