Html Css Color HEX #734110 Raw Umber

📋 copy color: '#734110'

red 115 ◦ green 65 ◦ blue 16

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

Shades of Raw Umber #734110

Tints of Raw Umber #734110

RGB

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

 GREEN value IS 65 (25.78% from 255) = 33.16%

 BLUE value IS 16 (6.64% from 255) = 8.16%

R = 58.67%
G = 33.16%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#734110 (or 0x734110) is known color: Raw Umber. HEX triplet: 73, 41 and 10. RGB value is (115,65,16). Sum of RGB (Red+Green+Blue) = 115+65+16=196 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.67% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 16 (6.64% from 255 or 8.16% from 196); Max value from RGB is 115 - color contains mainly: red. Hex color #734110 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734110 is #8CBEEF. Grayscale: #4A4A4A. Windows color (decimal): -9223920 or 1065331. OLE color: 1065331.

HSL color Cylindrical-coordinate representation of color #734110: hue angle of 29.7º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #734110 is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 65 16 -
CMYK 0 0.43 0.86 0.55
HSL 29.7º 0.76% 0.26% -
HSV(B) 29.7º 0.86% 0.45% -
XYZ 9.05 7.46 1.45 -
YUV 74.36 95.07 156.98 -
System Red Green Blue C M Y K H S L
Decimal 115 65 16 0 0.43 0.86 0.55 29.7 0.76 0.26
Hex 73 41 10 0 2B 56 37 1E 4C 1A
Octal 163 101 20 0 53 126 67 36 114 32
Binary 1110011 1000001 10000 0 101011 1010110 110111 11110 1001100 11010

Color Harmonies of #734110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734110

Black with #734110

Text Example


Text Example

White with #734110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734110; }

 p { color: rgb(115,65,16); }

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

background-color css

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

 a { background-color: rgb(115,65,16); }

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

border-color css

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

 span { border-color: rgb(115,65,16); }

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