Html Css Color HEX #734502 Raw Umber

📋 copy color: '#734502'

red 115 ◦ green 69 ◦ blue 2

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

Shades of Raw Umber #734502

Tints of Raw Umber #734502

RGB

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

 GREEN value IS 69 (27.34% from 255) = 37.1%

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

R = 61.83%
G = 37.1%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#734502 (or 0x734502) is known color: Raw Umber. HEX triplet: 73, 45 and 02. RGB value is (115,69,2). Sum of RGB (Red+Green+Blue) = 115+69+2=186 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.83% from 186); Green value is 69 (27.34% from 255 or 37.10% from 186); Blue value is 2 (1.17% from 255 or 1.08% from 186); Max value from RGB is 115 - color contains mainly: red. Hex color #734502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734502 is #8CBAFD. Grayscale: #4B4B4B. Windows color (decimal): -9222910 or 148851. OLE color: 148851.

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

Color convert

RGB 115 69 2 -
CMYK 0 0.4 0.98 0.55
HSL 35.58º 0.97% 0.23% -
HSV(B) 35.58º 0.98% 0.45% -
XYZ 9.21 7.91 1.1 -
YUV 75.12 86.74 156.45 -
System Red Green Blue C M Y K H S L
Decimal 115 69 2 0 0.4 0.98 0.55 35.58 0.97 0.23
Hex 73 45 2 0 28 62 37 24 61 17
Octal 163 105 2 0 50 142 67 44 141 27
Binary 1110011 1000101 10 0 101000 1100010 110111 100100 1100001 10111

Color Harmonies of #734502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734502

Black with #734502

Text Example


Text Example

White with #734502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734502; }

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

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

background-color css

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

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

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

border-color css

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

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

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