Html Css Color HEX #944000 Saddle Brown

📋 copy color: '#944000'

red 148 ◦ green 64 ◦ blue 0

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

Shades of Saddle Brown #944000

Tints of Saddle Brown #944000

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.19%

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

R = 69.81%
G = 30.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#944000 (or 0x944000) is known color: Saddle Brown. HEX triplet: 94, 40 and 00. RGB value is (148,64,0). Sum of RGB (Red+Green+Blue) = 148+64+0=212 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.81% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 148 - color contains mainly: red. Hex color #944000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944000 is #6BBFFF. Grayscale: #525252. Windows color (decimal): -7061504 or 16532. OLE color: 16532.

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

Color convert

RGB 148 64 0 -
CMYK 0 0.57 1 0.42
HSL 25.95º 1% 0.29% -
HSV(B) 25.95º 1% 0.58% -
XYZ 14.05 9.96 1.18 -
YUV 81.82 81.83 175.2 -
System Red Green Blue C M Y K H S L
Decimal 148 64 0 0 0.57 1 0.42 25.95 1 0.29
Hex 94 40 0 0 39 64 2A 1A 64 1D
Octal 224 100 0 0 71 144 52 32 144 35
Binary 10010100 1000000 0 0 111001 1100100 101010 11010 1100100 11101

Color Harmonies of #944000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944000

Black with #944000

Text Example


Text Example

White with #944000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944000; }

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

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

background-color css

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

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

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

border-color css

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

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

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