Html Css Color HEX #944F00 Saddle Brown

📋 copy color: '#944F00'

red 148 ◦ green 79 ◦ blue 0

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

Shades of Saddle Brown #944F00

Tints of Saddle Brown #944F00

RGB

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

 GREEN value IS 79 (31.25% from 255) = 34.8%

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

R = 65.2%
G = 34.8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#944F00 (or 0x944F00) is known color: Saddle Brown. HEX triplet: 94, 4F and 00. RGB value is (148,79,0). Sum of RGB (Red+Green+Blue) = 148+79+0=227 (30% of max value = 765). Red value is 148 (58.20% from 255 or 65.20% from 227); Green value is 79 (31.25% from 255 or 34.80% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 148 - color contains mainly: red. Hex color #944F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #944F00 is #6BB0FF. Grayscale: #5B5B5B. Windows color (decimal): -7057664 or 20372. OLE color: 20372.

HSL color Cylindrical-coordinate representation of color #944F00: hue angle of 32.03º 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 #944F00 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 79 0 -
CMYK 0 0.47 1 0.42
HSL 32.03º 1% 0.29% -
HSV(B) 32.03º 1% 0.58% -
XYZ 15.01 11.89 1.5 -
YUV 90.63 76.86 168.92 -
System Red Green Blue C M Y K H S L
Decimal 148 79 0 0 0.47 1 0.42 32.03 1 0.29
Hex 94 4F 0 0 2F 64 2A 20 64 1D
Octal 224 117 0 0 57 144 52 40 144 35
Binary 10010100 1001111 0 0 101111 1100100 101010 100000 1100100 11101

Color Harmonies of #944F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944F00

Black with #944F00

Text Example


Text Example

White with #944F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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