Html Css Color HEX #763501 Raw Umber

📋 copy color: '#763501'

red 118 ◦ green 53 ◦ blue 1

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

Shades of Raw Umber #763501

Tints of Raw Umber #763501

RGB

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

 GREEN value IS 53 (21.09% from 255) = 30.81%

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

R = 68.6%
G = 30.81%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#763501 (or 0x763501) is known color: Raw Umber. HEX triplet: 76, 35 and 01. RGB value is (118,53,1). Sum of RGB (Red+Green+Blue) = 118+53+1=172 (22% of max value = 765). Red value is 118 (46.48% from 255 or 68.60% from 172); Green value is 53 (21.09% from 255 or 30.81% from 172); Blue value is 1 (0.78% from 255 or 0.58% from 172); Max value from RGB is 118 - color contains mainly: red. Hex color #763501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763501 is #89CAFE. Grayscale: #424242. Windows color (decimal): -9030399 or 79222. OLE color: 79222.

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

Color convert

RGB 118 53 1 -
CMYK 0 0.55 0.99 0.54
HSL 26.67º 0.98% 0.23% -
HSV(B) 26.67º 0.99% 0.46% -
XYZ 8.75 6.4 0.8 -
YUV 66.51 91.03 164.73 -
System Red Green Blue C M Y K H S L
Decimal 118 53 1 0 0.55 0.99 0.54 26.67 0.98 0.23
Hex 76 35 1 0 37 63 36 1B 62 17
Octal 166 65 1 0 67 143 66 33 142 27
Binary 1110110 110101 1 0 110111 1100011 110110 11011 1100010 10111

Color Harmonies of #763501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763501

Black with #763501

Text Example


Text Example

White with #763501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763501; }

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

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

background-color css

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

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

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

border-color css

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

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

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