Html Css Color HEX #944010 Saddle Brown

📋 copy color: '#944010'

red 148 ◦ green 64 ◦ blue 16

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

Shades of Saddle Brown #944010

Tints of Saddle Brown #944010

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.07%

 BLUE value IS 16 (6.64% from 255) = 7.02%

R = 64.91%
G = 28.07%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#944010 (or 0x944010) is known color: Saddle Brown. HEX triplet: 94, 40 and 10. RGB value is (148,64,16). Sum of RGB (Red+Green+Blue) = 148+64+16=228 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.91% from 228); Green value is 64 (25.39% from 255 or 28.07% from 228); Blue value is 16 (6.64% from 255 or 7.02% from 228); Max value from RGB is 148 - color contains mainly: red. Hex color #944010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944010 is #6BBFEF. Grayscale: #535353. Windows color (decimal): -7061488 or 1065108. OLE color: 1065108.

HSL color Cylindrical-coordinate representation of color #944010: hue angle of 21.82º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #944010 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 64 16 -
CMYK 0 0.57 0.89 0.42
HSL 21.82º 0.8% 0.32% -
HSV(B) 21.82º 0.89% 0.58% -
XYZ 14.14 10 1.68 -
YUV 83.64 89.83 173.9 -
System Red Green Blue C M Y K H S L
Decimal 148 64 16 0 0.57 0.89 0.42 21.82 0.8 0.32
Hex 94 40 10 0 39 59 2A 16 50 20
Octal 224 100 20 0 71 131 52 26 120 40
Binary 10010100 1000000 10000 0 111001 1011001 101010 10110 1010000 100000

Color Harmonies of #944010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944010

Black with #944010

Text Example


Text Example

White with #944010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944010; }

 p { color: rgb(148,64,16); }

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

background-color css

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

 a { background-color: rgb(148,64,16); }

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

border-color css

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

 span { border-color: rgb(148,64,16); }

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