Html Css Color HEX #944201 Saddle Brown

📋 copy color: '#944201'

red 148 ◦ green 66 ◦ blue 1

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

Shades of Saddle Brown #944201

Tints of Saddle Brown #944201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.47%

R = 68.84%
G = 30.7%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#944201 (or 0x944201) is known color: Saddle Brown. HEX triplet: 94, 42 and 01. RGB value is (148,66,1). Sum of RGB (Red+Green+Blue) = 148+66+1=215 (28% of max value = 765). Red value is 148 (58.20% from 255 or 68.84% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 1 (0.78% from 255 or 0.47% from 215); Max value from RGB is 148 - color contains mainly: red. Hex color #944201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944201 is #6BBDFE. Grayscale: #535353. Windows color (decimal): -7060991 or 82580. OLE color: 82580.

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

Color convert

RGB 148 66 1 -
CMYK 0 0.55 0.99 0.42
HSL 26.53º 0.99% 0.29% -
HSV(B) 26.53º 0.99% 0.58% -
XYZ 14.17 10.19 1.25 -
YUV 83.11 81.67 174.29 -
System Red Green Blue C M Y K H S L
Decimal 148 66 1 0 0.55 0.99 0.42 26.53 0.99 0.29
Hex 94 42 1 0 37 63 2A 1B 63 1D
Octal 224 102 1 0 67 143 52 33 143 35
Binary 10010100 1000010 1 0 110111 1100011 101010 11011 1100011 11101

Color Harmonies of #944201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944201

Black with #944201

Text Example


Text Example

White with #944201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944201; }

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

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

background-color css

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

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

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

border-color css

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

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

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