Html Css Color HEX #763E0D Raw Umber

📋 copy color: '#763E0D'

red 118 ◦ green 62 ◦ blue 13

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

Shades of Raw Umber #763E0D

Tints of Raw Umber #763E0D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 32.12%

 BLUE value IS 13 (5.47% from 255) = 6.74%

R = 61.14%
G = 32.12%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#763E0D (or 0x763E0D) is known color: Raw Umber. HEX triplet: 76, 3E and 0D. RGB value is (118,62,13). Sum of RGB (Red+Green+Blue) = 118+62+13=193 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.14% from 193); Green value is 62 (24.61% from 255 or 32.12% from 193); Blue value is 13 (5.47% from 255 or 6.74% from 193); Max value from RGB is 118 - color contains mainly: red. Hex color #763E0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763E0D is #89C1F2. Grayscale: #494949. Windows color (decimal): -9028083 or 867958. OLE color: 867958.

HSL color Cylindrical-coordinate representation of color #763E0D: hue angle of 28º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #763E0D is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 62 13 -
CMYK 0 0.47 0.89 0.54
HSL 28º 0.8% 0.26% -
HSV(B) 28º 0.89% 0.46% -
XYZ 9.27 7.33 1.31 -
YUV 73.16 94.05 159.98 -
System Red Green Blue C M Y K H S L
Decimal 118 62 13 0 0.47 0.89 0.54 28 0.8 0.26
Hex 76 3E D 0 2F 59 36 1C 50 1A
Octal 166 76 15 0 57 131 66 34 120 32
Binary 1110110 111110 1101 0 101111 1011001 110110 11100 1010000 11010

Color Harmonies of #763E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763E0D

Black with #763E0D

Text Example


Text Example

White with #763E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763E0D; }

 p { color: rgb(118,62,13); }

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

background-color css

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

 a { background-color: rgb(118,62,13); }

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

border-color css

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

 span { border-color: rgb(118,62,13); }

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