Html Css Color HEX #744800 Raw Umber

📋 copy color: '#744800'

red 116 ◦ green 72 ◦ blue 0

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

Shades of Raw Umber #744800

Tints of Raw Umber #744800

RGB

 RED value IS 116 (45.7% from 255) = 61.7%

 GREEN value IS 72 (28.52% from 255) = 38.3%

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

R = 61.7%
G = 38.3%
B = 0%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#744800 (or 0x744800) is known color: Raw Umber. HEX triplet: 74, 48 and 00. RGB value is (116,72,0). Sum of RGB (Red+Green+Blue) = 116+72+0=188 (24% of max value = 765). Red value is 116 (45.70% from 255 or 61.70% from 188); Green value is 72 (28.52% from 255 or 38.30% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 116 - color contains mainly: red. Hex color #744800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744800 is #8BB7FF. Grayscale: #4D4D4D. Windows color (decimal): -9156608 or 18548. OLE color: 18548.

HSL color Cylindrical-coordinate representation of color #744800: hue angle of 37.24º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #744800 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 72 0 -
CMYK 0 0.38 1 0.55
HSL 37.24º 1% 0.23% -
HSV(B) 37.24º 1% 0.45% -
XYZ 9.52 8.35 1.11 -
YUV 76.95 84.58 155.85 -
System Red Green Blue C M Y K H S L
Decimal 116 72 0 0 0.38 1 0.55 37.24 1 0.23
Hex 74 48 0 0 26 64 37 25 64 17
Octal 164 110 0 0 46 144 67 45 144 27
Binary 1110100 1001000 0 0 100110 1100100 110111 100101 1100100 10111

Color Harmonies of #744800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744800

Black with #744800

Text Example


Text Example

White with #744800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744800; }

 p { color: rgb(116,72,0); }

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

background-color css

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

 a { background-color: rgb(116,72,0); }

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

border-color css

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

 span { border-color: rgb(116,72,0); }

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