Html Css Color HEX #944700 Saddle Brown

📋 copy color: '#944700'

red 148 ◦ green 71 ◦ blue 0

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

Shades of Saddle Brown #944700

Tints of Saddle Brown #944700

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.42%

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

R = 67.58%
G = 32.42%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#944700 (or 0x944700) is known color: Saddle Brown. HEX triplet: 94, 47 and 00. RGB value is (148,71,0). Sum of RGB (Red+Green+Blue) = 148+71+0=219 (29% of max value = 765). Red value is 148 (58.20% from 255 or 67.58% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 148 - color contains mainly: red. Hex color #944700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944700 is #6BB8FF. Grayscale: #565656. Windows color (decimal): -7059712 or 18324. OLE color: 18324.

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

Color convert

RGB 148 71 0 -
CMYK 0 0.52 1 0.42
HSL 28.78º 1% 0.29% -
HSV(B) 28.78º 1% 0.58% -
XYZ 14.47 10.8 1.32 -
YUV 85.93 79.51 172.27 -
System Red Green Blue C M Y K H S L
Decimal 148 71 0 0 0.52 1 0.42 28.78 1 0.29
Hex 94 47 0 0 34 64 2A 1D 64 1D
Octal 224 107 0 0 64 144 52 35 144 35
Binary 10010100 1000111 0 0 110100 1100100 101010 11101 1100100 11101

Color Harmonies of #944700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944700

Black with #944700

Text Example


Text Example

White with #944700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944700; }

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

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

background-color css

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

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

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

border-color css

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

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

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