Html Css Color HEX #944200 Saddle Brown

📋 copy color: '#944200'

red 148 ◦ green 66 ◦ blue 0

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

Shades of Saddle Brown #944200

Tints of Saddle Brown #944200

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.84%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 69.16%
G = 30.84%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#944200 (or 0x944200) is known color: Saddle Brown. HEX triplet: 94, 42 and 00. RGB value is (148,66,0). Sum of RGB (Red+Green+Blue) = 148+66+0=214 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.16% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 148 - color contains mainly: red. Hex color #944200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944200 is #6BBDFF. Grayscale: #535353. Windows color (decimal): -7060992 or 17044. OLE color: 17044.

HSL color Cylindrical-coordinate representation of color #944200: hue angle of 26.76º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #944200 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 66 0 -
CMYK 0 0.55 1 0.42
HSL 26.76º 1% 0.29% -
HSV(B) 26.76º 1% 0.58% -
XYZ 14.16 10.19 1.22 -
YUV 82.99 81.17 174.37 -
System Red Green Blue C M Y K H S L
Decimal 148 66 0 0 0.55 1 0.42 26.76 1 0.29
Hex 94 42 0 0 37 64 2A 1B 64 1D
Octal 224 102 0 0 67 144 52 33 144 35
Binary 10010100 1000010 0 0 110111 1100100 101010 11011 1100100 11101

Color Harmonies of #944200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944200

Black with #944200

Text Example


Text Example

White with #944200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944200; }

 p { color: rgb(148,66,0); }

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

background-color css

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

 a { background-color: rgb(148,66,0); }

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

border-color css

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

 span { border-color: rgb(148,66,0); }

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