Html Css Color HEX #754602 Raw Umber

📋 copy color: '#754602'

red 117 ◦ green 70 ◦ blue 2

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

Shades of Raw Umber #754602

Tints of Raw Umber #754602

RGB

 RED value IS 117 (46.09% from 255) = 61.9%

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

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

R = 61.9%
G = 37.04%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#754602 (or 0x754602) is known color: Raw Umber. HEX triplet: 75, 46 and 02. RGB value is (117,70,2). Sum of RGB (Red+Green+Blue) = 117+70+2=189 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.90% from 189); Green value is 70 (27.73% from 255 or 37.04% from 189); Blue value is 2 (1.17% from 255 or 1.06% from 189); Max value from RGB is 117 - color contains mainly: red. Hex color #754602 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754602 is #8AB9FD. Grayscale: #4C4C4C. Windows color (decimal): -9091582 or 149109. OLE color: 149109.

HSL color Cylindrical-coordinate representation of color #754602: hue angle of 35.48º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #754602 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 70 2 -
CMYK 0 0.40 0.98 0.54
HSL 35.48º 0.97% 0.23% -
HSV(B) 35.48º 0.98% 0.46% -
XYZ 9.54 8.17 1.13 -
YUV 76.3 86.07 157.03 -
System Red Green Blue C M Y K H S L
Decimal 117 70 2 0 0.40 0.98 0.54 35.48 0.97 0.23
Hex 75 46 2 0 28 62 36 23 61 17
Octal 165 106 2 0 50 142 66 43 141 27
Binary 1110101 1000110 10 0 101000 1100010 110110 100011 1100001 10111

Color Harmonies of #754602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754602

Black with #754602

Text Example


Text Example

White with #754602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754602; }

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

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

background-color css

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

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

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

border-color css

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

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

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