Html Css Color HEX #944B16 Saddle Brown

📋 copy color: '#944B16'

red 148 ◦ green 75 ◦ blue 22

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

Shades of Saddle Brown #944B16

Tints of Saddle Brown #944B16

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30.61%

 BLUE value IS 22 (8.98% from 255) = 8.98%

R = 60.41%
G = 30.61%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#944B16 (or 0x944B16) is known color: Saddle Brown. HEX triplet: 94, 4B and 16. RGB value is (148,75,22). Sum of RGB (Red+Green+Blue) = 148+75+22=245 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.41% from 245); Green value is 75 (29.69% from 255 or 30.61% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 148 - color contains mainly: red. Hex color #944B16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944B16 is #6BB4E9. Grayscale: #5B5B5B. Windows color (decimal): -7058666 or 1461140. OLE color: 1461140.

HSL color Cylindrical-coordinate representation of color #944B16: hue angle of 25.24º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #944B16 is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 75 22 -
CMYK 0 0.49 0.85 0.42
HSL 25.24º 0.74% 0.33% -
HSV(B) 25.24º 0.85% 0.58% -
XYZ 14.87 11.39 2.17 -
YUV 90.79 89.18 168.81 -
System Red Green Blue C M Y K H S L
Decimal 148 75 22 0 0.49 0.85 0.42 25.24 0.74 0.33
Hex 94 4B 16 0 31 55 2A 19 4A 21
Octal 224 113 26 0 61 125 52 31 112 41
Binary 10010100 1001011 10110 0 110001 1010101 101010 11001 1001010 100001

Color Harmonies of #944B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944B16

Black with #944B16

Text Example


Text Example

White with #944B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944B16; }

 p { color: rgb(148,75,22); }

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

background-color css

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

 a { background-color: rgb(148,75,22); }

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

border-color css

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

 span { border-color: rgb(148,75,22); }

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