Html Css Color HEX #734E0A Raw Umber

📋 copy color: '#734E0A'

red 115 ◦ green 78 ◦ blue 10

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

Shades of Raw Umber #734E0A

Tints of Raw Umber #734E0A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 38.42%

 BLUE value IS 10 (4.3% from 255) = 4.93%

R = 56.65%
G = 38.42%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#734E0A (or 0x734E0A) is known color: Raw Umber. HEX triplet: 73, 4E and 0A. RGB value is (115,78,10). Sum of RGB (Red+Green+Blue) = 115+78+10=203 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.65% from 203); Green value is 78 (30.86% from 255 or 38.42% from 203); Blue value is 10 (4.30% from 255 or 4.93% from 203); Max value from RGB is 115 - color contains mainly: red. Hex color #734E0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #734E0A is #8CB1F5. Grayscale: #515151. Windows color (decimal): -9220598 or 675443. OLE color: 675443.

HSL color Cylindrical-coordinate representation of color #734E0A: hue angle of 38.86º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #734E0A is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 78 10 -
CMYK 0 0.32 0.91 0.55
HSL 38.86º 0.84% 0.25% -
HSV(B) 38.86º 0.91% 0.45% -
XYZ 9.85 9.12 1.53 -
YUV 81.31 87.76 152.03 -
System Red Green Blue C M Y K H S L
Decimal 115 78 10 0 0.32 0.91 0.55 38.86 0.84 0.25
Hex 73 4E A 0 20 5B 37 27 54 19
Octal 163 116 12 0 40 133 67 47 124 31
Binary 1110011 1001110 1010 0 100000 1011011 110111 100111 1010100 11001

Color Harmonies of #734E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734E0A

Black with #734E0A

Text Example


Text Example

White with #734E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734E0A; }

 p { color: rgb(115,78,10); }

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

background-color css

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

 a { background-color: rgb(115,78,10); }

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

border-color css

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

 span { border-color: rgb(115,78,10); }

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