Html Css Color HEX #945008 Saddle Brown

📋 copy color: '#945008'

red 148 ◦ green 80 ◦ blue 8

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

Shades of Saddle Brown #945008

Tints of Saddle Brown #945008

RGB

 RED value IS 148 (58.2% from 255) = 62.71%

 GREEN value IS 80 (31.64% from 255) = 33.9%

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

R = 62.71%
G = 33.9%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#945008 (or 0x945008) is known color: Saddle Brown. HEX triplet: 94, 50 and 08. RGB value is (148,80,8). Sum of RGB (Red+Green+Blue) = 148+80+8=236 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.71% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 8 (3.52% from 255 or 3.39% from 236); Max value from RGB is 148 - color contains mainly: red. Hex color #945008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945008 is #6BAFF7. Grayscale: #5C5C5C. Windows color (decimal): -7057400 or 544916. OLE color: 544916.

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

Color convert

RGB 148 80 8 -
CMYK 0 0.46 0.95 0.42
HSL 30.86º 0.9% 0.31% -
HSV(B) 30.86º 0.95% 0.58% -
XYZ 15.13 12.05 1.76 -
YUV 92.12 80.53 167.85 -
System Red Green Blue C M Y K H S L
Decimal 148 80 8 0 0.46 0.95 0.42 30.86 0.9 0.31
Hex 94 50 8 0 2E 5F 2A 1F 5A 1F
Octal 224 120 10 0 56 137 52 37 132 37
Binary 10010100 1010000 1000 0 101110 1011111 101010 11111 1011010 11111

Color Harmonies of #945008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945008

Black with #945008

Text Example


Text Example

White with #945008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945008; }

 p { color: rgb(148,80,8); }

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

background-color css

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

 a { background-color: rgb(148,80,8); }

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

border-color css

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

 span { border-color: rgb(148,80,8); }

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