Html Css Color HEX #954308 Saddle Brown

📋 copy color: '#954308'

red 149 ◦ green 67 ◦ blue 8

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

Shades of Saddle Brown #954308

Tints of Saddle Brown #954308

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.91%

 BLUE value IS 8 (3.52% from 255) = 3.57%

R = 66.52%
G = 29.91%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#954308 (or 0x954308) is known color: Saddle Brown. HEX triplet: 95, 43 and 08. RGB value is (149,67,8). Sum of RGB (Red+Green+Blue) = 149+67+8=224 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.52% from 224); Green value is 67 (26.56% from 255 or 29.91% from 224); Blue value is 8 (3.52% from 255 or 3.57% from 224); Max value from RGB is 149 - color contains mainly: red. Hex color #954308 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954308 is #6ABCF7. Grayscale: #555555. Windows color (decimal): -6995192 or 541589. OLE color: 541589.

HSL color Cylindrical-coordinate representation of color #954308: hue angle of 25.11º degrees, saturation: 0.9, 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 #954308 is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 67 8 -
CMYK 0 0.55 0.95 0.42
HSL 25.11º 0.9% 0.31% -
HSV(B) 25.11º 0.95% 0.58% -
XYZ 14.45 10.42 1.48 -
YUV 84.79 84.67 173.8 -
System Red Green Blue C M Y K H S L
Decimal 149 67 8 0 0.55 0.95 0.42 25.11 0.9 0.31
Hex 95 43 8 0 37 5F 2A 19 5A 1F
Octal 225 103 10 0 67 137 52 31 132 37
Binary 10010101 1000011 1000 0 110111 1011111 101010 11001 1011010 11111

Color Harmonies of #954308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954308

Black with #954308

Text Example


Text Example

White with #954308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954308; }

 p { color: rgb(149,67,8); }

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

background-color css

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

 a { background-color: rgb(149,67,8); }

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

border-color css

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

 span { border-color: rgb(149,67,8); }

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