Html Css Color HEX #763200 Raw Umber

📋 copy color: '#763200'

red 118 ◦ green 50 ◦ blue 0

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

Shades of Raw Umber #763200

Tints of Raw Umber #763200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.24%
G = 29.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#763200 (or 0x763200) is known color: Raw Umber. HEX triplet: 76, 32 and 00. RGB value is (118,50,0). Sum of RGB (Red+Green+Blue) = 118+50+0=168 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.24% from 168); Green value is 50 (19.92% from 255 or 29.76% from 168); Blue value is 0 (0.39% from 255 or 0% from 168); Max value from RGB is 118 - color contains mainly: red. Hex color #763200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763200 is #89CDFF. Grayscale: #404040. Windows color (decimal): -9031168 or 12918. OLE color: 12918.

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

Color convert

RGB 118 50 0 -
CMYK 0 0.58 1 0.54
HSL 25.42º 1% 0.23% -
HSV(B) 25.42º 1% 0.46% -
XYZ 8.61 6.13 0.73 -
YUV 64.63 91.53 166.07 -
System Red Green Blue C M Y K H S L
Decimal 118 50 0 0 0.58 1 0.54 25.42 1 0.23
Hex 76 32 0 0 3A 64 36 19 64 17
Octal 166 62 0 0 72 144 66 31 144 27
Binary 1110110 110010 0 0 111010 1100100 110110 11001 1100100 10111

Color Harmonies of #763200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763200

Black with #763200

Text Example


Text Example

White with #763200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763200; }

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

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

background-color css

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

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

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

border-color css

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

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

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