Html Css Color HEX #763D0F Raw Umber

📋 copy color: '#763D0F'

red 118 ◦ green 61 ◦ blue 15

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

Shades of Raw Umber #763D0F

Tints of Raw Umber #763D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.73%

R = 60.82%
G = 31.44%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#763D0F (or 0x763D0F) is known color: Raw Umber. HEX triplet: 76, 3D and 0F. RGB value is (118,61,15). Sum of RGB (Red+Green+Blue) = 118+61+15=194 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.82% from 194); Green value is 61 (24.22% from 255 or 31.44% from 194); Blue value is 15 (6.25% from 255 or 7.73% from 194); Max value from RGB is 118 - color contains mainly: red. Hex color #763D0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763D0F is #89C2F0. Grayscale: #494949. Windows color (decimal): -9028337 or 998774. OLE color: 998774.

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

Color convert

RGB 118 61 15 -
CMYK 0 0.48 0.87 0.54
HSL 26.8º 0.77% 0.26% -
HSV(B) 26.8º 0.87% 0.46% -
XYZ 9.23 7.22 1.36 -
YUV 72.8 95.38 160.24 -
System Red Green Blue C M Y K H S L
Decimal 118 61 15 0 0.48 0.87 0.54 26.8 0.77 0.26
Hex 76 3D F 0 30 57 36 1B 4D 1A
Octal 166 75 17 0 60 127 66 33 115 32
Binary 1110110 111101 1111 0 110000 1010111 110110 11011 1001101 11010

Color Harmonies of #763D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763D0F

Black with #763D0F

Text Example


Text Example

White with #763D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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