Html Css Color HEX #953B07 Saddle Brown

📋 copy color: '#953B07'

red 149 ◦ green 59 ◦ blue 7

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

Shades of Saddle Brown #953B07

Tints of Saddle Brown #953B07

RGB

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

 GREEN value IS 59 (23.44% from 255) = 27.44%

 BLUE value IS 7 (3.13% from 255) = 3.26%

R = 69.3%
G = 27.44%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#953B07 (or 0x953B07) is known color: Saddle Brown. HEX triplet: 95, 3B and 07. RGB value is (149,59,7). Sum of RGB (Red+Green+Blue) = 149+59+7=215 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.30% from 215); Green value is 59 (23.44% from 255 or 27.44% from 215); Blue value is 7 (3.12% from 255 or 3.26% from 215); Max value from RGB is 149 - color contains mainly: red. Hex color #953B07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953B07 is #6AC4F8. Grayscale: #505050. Windows color (decimal): -6997241 or 474005. OLE color: 474005.

HSL color Cylindrical-coordinate representation of color #953B07: hue angle of 21.97º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #953B07 is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 59 7 -
CMYK 0 0.60 0.95 0.42
HSL 21.97º 0.91% 0.31% -
HSV(B) 21.97º 0.95% 0.58% -
XYZ 14 9.53 1.3 -
YUV 79.98 86.82 177.23 -
System Red Green Blue C M Y K H S L
Decimal 149 59 7 0 0.60 0.95 0.42 21.97 0.91 0.31
Hex 95 3B 7 0 3C 5F 2A 16 5B 1F
Octal 225 73 7 0 74 137 52 26 133 37
Binary 10010101 111011 111 0 111100 1011111 101010 10110 1011011 11111

Color Harmonies of #953B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953B07

Black with #953B07

Text Example


Text Example

White with #953B07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953B07; }

 p { color: rgb(149,59,7); }

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

background-color css

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

 a { background-color: rgb(149,59,7); }

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

border-color css

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

 span { border-color: rgb(149,59,7); }

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