Html Css Color HEX #763502 Raw Umber

📋 copy color: '#763502'

red 118 ◦ green 53 ◦ blue 2

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

Shades of Raw Umber #763502

Tints of Raw Umber #763502

RGB

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

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

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

R = 68.21%
G = 30.64%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#763502 (or 0x763502) is known color: Raw Umber. HEX triplet: 76, 35 and 02. RGB value is (118,53,2). Sum of RGB (Red+Green+Blue) = 118+53+2=173 (22% of max value = 765). Red value is 118 (46.48% from 255 or 68.21% from 173); Green value is 53 (21.09% from 255 or 30.64% from 173); Blue value is 2 (1.17% from 255 or 1.16% from 173); Max value from RGB is 118 - color contains mainly: red. Hex color #763502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763502 is #89CAFD. Grayscale: #424242. Windows color (decimal): -9030398 or 144758. OLE color: 144758.

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

Color convert

RGB 118 53 2 -
CMYK 0 0.55 0.98 0.54
HSL 26.38º 0.97% 0.24% -
HSV(B) 26.38º 0.98% 0.46% -
XYZ 8.76 6.4 0.83 -
YUV 66.62 91.53 164.65 -
System Red Green Blue C M Y K H S L
Decimal 118 53 2 0 0.55 0.98 0.54 26.38 0.97 0.24
Hex 76 35 2 0 37 62 36 1A 61 18
Octal 166 65 2 0 67 142 66 32 141 30
Binary 1110110 110101 10 0 110111 1100010 110110 11010 1100001 11000

Color Harmonies of #763502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763502

Black with #763502

Text Example


Text Example

White with #763502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763502; }

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

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

background-color css

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

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

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

border-color css

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

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

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