Html Css Color HEX #755202 Raw Umber

📋 copy color: '#755202'

red 117 ◦ green 82 ◦ blue 2

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

Shades of Raw Umber #755202

Tints of Raw Umber #755202

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40.8%

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

R = 58.21%
G = 40.8%
B = 1%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#755202 (or 0x755202) is known color: Raw Umber. HEX triplet: 75, 52 and 02. RGB value is (117,82,2). Sum of RGB (Red+Green+Blue) = 117+82+2=201 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.21% from 201); Green value is 82 (32.42% from 255 or 40.80% from 201); Blue value is 2 (1.17% from 255 or 1.00% from 201); Max value from RGB is 117 - color contains mainly: red. Hex color #755202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755202 is #8AADFD. Grayscale: #535353. Windows color (decimal): -9088510 or 152181. OLE color: 152181.

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

Color convert

RGB 117 82 2 -
CMYK 0 0.30 0.98 0.54
HSL 41.74º 0.97% 0.23% -
HSV(B) 41.74º 0.98% 0.46% -
XYZ 10.36 9.82 1.41 -
YUV 83.35 82.1 152 -
System Red Green Blue C M Y K H S L
Decimal 117 82 2 0 0.30 0.98 0.54 41.74 0.97 0.23
Hex 75 52 2 0 1E 62 36 2A 61 17
Octal 165 122 2 0 36 142 66 52 141 27
Binary 1110101 1010010 10 0 11110 1100010 110110 101010 1100001 10111

Color Harmonies of #755202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755202

Black with #755202

Text Example


Text Example

White with #755202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755202; }

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

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

background-color css

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

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

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

border-color css

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

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

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