Html Css Color HEX #763D05 Raw Umber

📋 copy color: '#763D05'

red 118 ◦ green 61 ◦ blue 5

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

Shades of Raw Umber #763D05

Tints of Raw Umber #763D05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.72%

R = 64.13%
G = 33.15%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#763D05 (or 0x763D05) is known color: Raw Umber. HEX triplet: 76, 3D and 05. RGB value is (118,61,5). Sum of RGB (Red+Green+Blue) = 118+61+5=184 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.13% from 184); Green value is 61 (24.22% from 255 or 33.15% from 184); Blue value is 5 (2.34% from 255 or 2.72% from 184); Max value from RGB is 118 - color contains mainly: red. Hex color #763D05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763D05 is #89C2FA. Grayscale: #474747. Windows color (decimal): -9028347 or 343414. OLE color: 343414.

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

Color convert

RGB 118 61 5 -
CMYK 0 0.48 0.96 0.54
HSL 29.73º 0.92% 0.24% -
HSV(B) 29.73º 0.96% 0.46% -
XYZ 9.17 7.2 1.05 -
YUV 71.66 90.38 161.05 -
System Red Green Blue C M Y K H S L
Decimal 118 61 5 0 0.48 0.96 0.54 29.73 0.92 0.24
Hex 76 3D 5 0 30 60 36 1E 5C 18
Octal 166 75 5 0 60 140 66 36 134 30
Binary 1110110 111101 101 0 110000 1100000 110110 11110 1011100 11000

Color Harmonies of #763D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763D05

Black with #763D05

Text Example


Text Example

White with #763D05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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