Html Css Color HEX #765301 Raw Umber

📋 copy color: '#765301'

red 118 ◦ green 83 ◦ blue 1

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

Shades of Raw Umber #765301

Tints of Raw Umber #765301

RGB

 RED value IS 118 (46.48% from 255) = 58.42%

 GREEN value IS 83 (32.81% from 255) = 41.09%

 BLUE value IS 1 (0.78% from 255) = 0.5%

R = 58.42%
G = 41.09%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#765301 (or 0x765301) is known color: Raw Umber. HEX triplet: 76, 53 and 01. RGB value is (118,83,1). Sum of RGB (Red+Green+Blue) = 118+83+1=202 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.42% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 1 (0.78% from 255 or 0.50% from 202); Max value from RGB is 118 - color contains mainly: red. Hex color #765301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765301 is #89ACFE. Grayscale: #545454. Windows color (decimal): -9022719 or 86902. OLE color: 86902.

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

Color convert

RGB 118 83 1 -
CMYK 0 0.30 0.99 0.54
HSL 42.05º 0.98% 0.23% -
HSV(B) 42.05º 0.99% 0.46% -
XYZ 10.57 10.04 1.41 -
YUV 84.12 81.1 152.17 -
System Red Green Blue C M Y K H S L
Decimal 118 83 1 0 0.30 0.99 0.54 42.05 0.98 0.23
Hex 76 53 1 0 1E 63 36 2A 62 17
Octal 166 123 1 0 36 143 66 52 142 27
Binary 1110110 1010011 1 0 11110 1100011 110110 101010 1100010 10111

Color Harmonies of #765301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765301

Black with #765301

Text Example


Text Example

White with #765301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765301; }

 p { color: rgb(118,83,1); }

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

background-color css

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

 a { background-color: rgb(118,83,1); }

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

border-color css

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

 span { border-color: rgb(118,83,1); }

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