Html Css Color HEX #945005 Saddle Brown

📋 copy color: '#945005'

red 148 ◦ green 80 ◦ blue 5

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

Shades of Saddle Brown #945005

Tints of Saddle Brown #945005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.15%

R = 63.52%
G = 34.33%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#945005 (or 0x945005) is known color: Saddle Brown. HEX triplet: 94, 50 and 05. RGB value is (148,80,5). Sum of RGB (Red+Green+Blue) = 148+80+5=233 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.52% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 5 (2.34% from 255 or 2.15% from 233); Max value from RGB is 148 - color contains mainly: red. Hex color #945005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945005 is #6BAFFA. Grayscale: #5C5C5C. Windows color (decimal): -7057403 or 348308. OLE color: 348308.

HSL color Cylindrical-coordinate representation of color #945005: hue angle of 31.47º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #945005 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 80 5 -
CMYK 0 0.46 0.97 0.42
HSL 31.47º 0.93% 0.3% -
HSV(B) 31.47º 0.97% 0.58% -
XYZ 15.11 12.04 1.67 -
YUV 91.78 79.03 168.1 -
System Red Green Blue C M Y K H S L
Decimal 148 80 5 0 0.46 0.97 0.42 31.47 0.93 0.3
Hex 94 50 5 0 2E 61 2A 1F 5D 1E
Octal 224 120 5 0 56 141 52 37 135 36
Binary 10010100 1010000 101 0 101110 1100001 101010 11111 1011101 11110

Color Harmonies of #945005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945005

Black with #945005

Text Example


Text Example

White with #945005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945005; }

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

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

background-color css

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

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

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

border-color css

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

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

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