Html Css Color HEX #734802 Raw Umber

📋 copy color: '#734802'

red 115 ◦ green 72 ◦ blue 2

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

Shades of Raw Umber #734802

Tints of Raw Umber #734802

RGB

 RED value IS 115 (45.31% from 255) = 60.85%

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

 BLUE value IS 2 (1.17% from 255) = 1.06%

R = 60.85%
G = 38.1%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#734802 (or 0x734802) is known color: Raw Umber. HEX triplet: 73, 48 and 02. RGB value is (115,72,2). Sum of RGB (Red+Green+Blue) = 115+72+2=189 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.85% from 189); Green value is 72 (28.52% from 255 or 38.10% from 189); Blue value is 2 (1.17% from 255 or 1.06% from 189); Max value from RGB is 115 - color contains mainly: red. Hex color #734802 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734802 is #8CB7FD. Grayscale: #4D4D4D. Windows color (decimal): -9222142 or 149619. OLE color: 149619.

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

Color convert

RGB 115 72 2 -
CMYK 0 0.37 0.98 0.55
HSL 37.17º 0.97% 0.23% -
HSV(B) 37.17º 0.98% 0.45% -
XYZ 9.4 8.28 1.16 -
YUV 76.88 85.75 155.19 -
System Red Green Blue C M Y K H S L
Decimal 115 72 2 0 0.37 0.98 0.55 37.17 0.97 0.23
Hex 73 48 2 0 25 62 37 25 61 17
Octal 163 110 2 0 45 142 67 45 141 27
Binary 1110011 1001000 10 0 100101 1100010 110111 100101 1100001 10111

Color Harmonies of #734802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734802

Black with #734802

Text Example


Text Example

White with #734802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734802; }

 p { color: rgb(115,72,2); }

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

background-color css

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

 a { background-color: rgb(115,72,2); }

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

border-color css

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

 span { border-color: rgb(115,72,2); }

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