Html Css Color HEX #734800 Raw Umber

📋 copy color: '#734800'

red 115 ◦ green 72 ◦ blue 0

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

Shades of Raw Umber #734800

Tints of Raw Umber #734800

RGB

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

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

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

R = 61.5%
G = 38.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#734800 (or 0x734800) is known color: Raw Umber. HEX triplet: 73, 48 and 00. RGB value is (115,72,0). Sum of RGB (Red+Green+Blue) = 115+72+0=187 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.50% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 115 - color contains mainly: red. Hex color #734800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734800 is #8CB7FF. Grayscale: #4C4C4C. Windows color (decimal): -9222144 or 18547. OLE color: 18547.

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

Color convert

RGB 115 72 0 -
CMYK 0 0.37 1 0.55
HSL 37.57º 1% 0.23% -
HSV(B) 37.57º 1% 0.45% -
XYZ 9.39 8.28 1.1 -
YUV 76.65 84.75 155.35 -
System Red Green Blue C M Y K H S L
Decimal 115 72 0 0 0.37 1 0.55 37.57 1 0.23
Hex 73 48 0 0 25 64 37 26 64 17
Octal 163 110 0 0 45 144 67 46 144 27
Binary 1110011 1001000 0 0 100101 1100100 110111 100110 1100100 10111

Color Harmonies of #734800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734800

Black with #734800

Text Example


Text Example

White with #734800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734800; }

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

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

background-color css

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

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

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

border-color css

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

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

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