Html Css Color HEX #734602 Raw Umber

📋 copy color: '#734602'

red 115 ◦ green 70 ◦ blue 2

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

Shades of Raw Umber #734602

Tints of Raw Umber #734602

RGB

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

 GREEN value IS 70 (27.73% from 255) = 37.43%

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

R = 61.5%
G = 37.43%
B = 1.07%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#734602 (or 0x734602) is known color: Raw Umber. HEX triplet: 73, 46 and 02. RGB value is (115,70,2). Sum of RGB (Red+Green+Blue) = 115+70+2=187 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.50% from 187); Green value is 70 (27.73% from 255 or 37.43% from 187); Blue value is 2 (1.17% from 255 or 1.07% from 187); Max value from RGB is 115 - color contains mainly: red. Hex color #734602 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734602 is #8CB9FD. Grayscale: #4C4C4C. Windows color (decimal): -9222654 or 149107. OLE color: 149107.

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

Color convert

RGB 115 70 2 -
CMYK 0 0.39 0.98 0.55
HSL 36.11º 0.97% 0.23% -
HSV(B) 36.11º 0.98% 0.45% -
XYZ 9.27 8.03 1.12 -
YUV 75.7 86.41 156.03 -
System Red Green Blue C M Y K H S L
Decimal 115 70 2 0 0.39 0.98 0.55 36.11 0.97 0.23
Hex 73 46 2 0 27 62 37 24 61 17
Octal 163 106 2 0 47 142 67 44 141 27
Binary 1110011 1000110 10 0 100111 1100010 110111 100100 1100001 10111

Color Harmonies of #734602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734602

Black with #734602

Text Example


Text Example

White with #734602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734602; }

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

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

background-color css

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

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

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

border-color css

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

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

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