Html Css Color HEX #763C05 Raw Umber

📋 copy color: '#763C05'

red 118 ◦ green 60 ◦ blue 5

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

Shades of Raw Umber #763C05

Tints of Raw Umber #763C05

RGB

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

 GREEN value IS 60 (23.83% from 255) = 32.79%

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

R = 64.48%
G = 32.79%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#763C05 (or 0x763C05) is known color: Raw Umber. HEX triplet: 76, 3C and 05. RGB value is (118,60,5). Sum of RGB (Red+Green+Blue) = 118+60+5=183 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.48% from 183); Green value is 60 (23.83% from 255 or 32.79% from 183); Blue value is 5 (2.34% from 255 or 2.73% from 183); Max value from RGB is 118 - color contains mainly: red. Hex color #763C05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763C05 is #89C3FA. Grayscale: #474747. Windows color (decimal): -9028603 or 343158. OLE color: 343158.

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

Color convert

RGB 118 60 5 -
CMYK 0 0.49 0.96 0.54
HSL 29.2º 0.92% 0.24% -
HSV(B) 29.2º 0.96% 0.46% -
XYZ 9.11 7.09 1.03 -
YUV 71.07 90.72 161.47 -
System Red Green Blue C M Y K H S L
Decimal 118 60 5 0 0.49 0.96 0.54 29.2 0.92 0.24
Hex 76 3C 5 0 31 60 36 1D 5C 18
Octal 166 74 5 0 61 140 66 35 134 30
Binary 1110110 111100 101 0 110001 1100000 110110 11101 1011100 11000

Color Harmonies of #763C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763C05

Black with #763C05

Text Example


Text Example

White with #763C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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