Html Css Color HEX #763D0D Raw Umber

📋 copy color: '#763D0D'

red 118 ◦ green 61 ◦ blue 13

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

Shades of Raw Umber #763D0D

Tints of Raw Umber #763D0D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 31.77%

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

R = 61.46%
G = 31.77%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#763D0D (or 0x763D0D) is known color: Raw Umber. HEX triplet: 76, 3D and 0D. RGB value is (118,61,13). Sum of RGB (Red+Green+Blue) = 118+61+13=192 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.46% from 192); Green value is 61 (24.22% from 255 or 31.77% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 118 - color contains mainly: red. Hex color #763D0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763D0D is #89C2F2. Grayscale: #484848. Windows color (decimal): -9028339 or 867702. OLE color: 867702.

HSL color Cylindrical-coordinate representation of color #763D0D: hue angle of 27.43º 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 #763D0D is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 61 13 -
CMYK 0 0.48 0.89 0.54
HSL 27.43º 0.8% 0.26% -
HSV(B) 27.43º 0.89% 0.46% -
XYZ 9.21 7.22 1.29 -
YUV 72.57 94.38 160.4 -
System Red Green Blue C M Y K H S L
Decimal 118 61 13 0 0.48 0.89 0.54 27.43 0.8 0.26
Hex 76 3D D 0 30 59 36 1B 50 1A
Octal 166 75 15 0 60 131 66 33 120 32
Binary 1110110 111101 1101 0 110000 1011001 110110 11011 1010000 11010

Color Harmonies of #763D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763D0D

Black with #763D0D

Text Example


Text Example

White with #763D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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