Html Css Color HEX #944B04 Saddle Brown

📋 copy color: '#944B04'

red 148 ◦ green 75 ◦ blue 4

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

Shades of Saddle Brown #944B04

Tints of Saddle Brown #944B04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.76%

R = 65.2%
G = 33.04%
B = 1.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#944B04 (or 0x944B04) is known color: Saddle Brown. HEX triplet: 94, 4B and 04. RGB value is (148,75,4). Sum of RGB (Red+Green+Blue) = 148+75+4=227 (30% of max value = 765). Red value is 148 (58.20% from 255 or 65.20% from 227); Green value is 75 (29.69% from 255 or 33.04% from 227); Blue value is 4 (1.95% from 255 or 1.76% from 227); Max value from RGB is 148 - color contains mainly: red. Hex color #944B04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944B04 is #6BB4FB. Grayscale: #595959. Windows color (decimal): -7058684 or 281492. OLE color: 281492.

HSL color Cylindrical-coordinate representation of color #944B04: hue angle of 29.58º degrees, saturation: 0.95, 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 #944B04 is Cyan = 0, Magento = 0.49, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 75 4 -
CMYK 0 0.49 0.97 0.42
HSL 29.58º 0.95% 0.3% -
HSV(B) 29.58º 0.97% 0.58% -
XYZ 14.75 11.34 1.53 -
YUV 88.73 80.18 170.27 -
System Red Green Blue C M Y K H S L
Decimal 148 75 4 0 0.49 0.97 0.42 29.58 0.95 0.3
Hex 94 4B 4 0 31 61 2A 1E 5F 1E
Octal 224 113 4 0 61 141 52 36 137 36
Binary 10010100 1001011 100 0 110001 1100001 101010 11110 1011111 11110

Color Harmonies of #944B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944B04

Black with #944B04

Text Example


Text Example

White with #944B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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