Html Css Color HEX #763201 Raw Umber

📋 copy color: '#763201'

red 118 ◦ green 50 ◦ blue 1

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

Shades of Raw Umber #763201

Tints of Raw Umber #763201

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.59%

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

R = 69.82%
G = 29.59%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#763201 (or 0x763201) is known color: Raw Umber. HEX triplet: 76, 32 and 01. RGB value is (118,50,1). Sum of RGB (Red+Green+Blue) = 118+50+1=169 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.82% from 169); Green value is 50 (19.92% from 255 or 29.59% from 169); Blue value is 1 (0.78% from 255 or 0.59% from 169); Max value from RGB is 118 - color contains mainly: red. Hex color #763201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763201 is #89CDFE. Grayscale: #414141. Windows color (decimal): -9031167 or 78454. OLE color: 78454.

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

Color convert

RGB 118 50 1 -
CMYK 0 0.58 0.99 0.54
HSL 25.13º 0.98% 0.23% -
HSV(B) 25.13º 0.99% 0.46% -
XYZ 8.62 6.13 0.76 -
YUV 64.75 92.03 165.98 -
System Red Green Blue C M Y K H S L
Decimal 118 50 1 0 0.58 0.99 0.54 25.13 0.98 0.23
Hex 76 32 1 0 3A 63 36 19 62 17
Octal 166 62 1 0 72 143 66 31 142 27
Binary 1110110 110010 1 0 111010 1100011 110110 11001 1100010 10111

Color Harmonies of #763201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763201

Black with #763201

Text Example


Text Example

White with #763201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763201; }

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

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

background-color css

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

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

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

border-color css

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

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

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