Html Css Color HEX #763D03 Raw Umber

📋 copy color: '#763D03'

red 118 ◦ green 61 ◦ blue 3

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

Shades of Raw Umber #763D03

Tints of Raw Umber #763D03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.65%

R = 64.84%
G = 33.52%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#763D03 (or 0x763D03) is known color: Raw Umber. HEX triplet: 76, 3D and 03. RGB value is (118,61,3). Sum of RGB (Red+Green+Blue) = 118+61+3=182 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.84% from 182); Green value is 61 (24.22% from 255 or 33.52% from 182); Blue value is 3 (1.56% from 255 or 1.65% from 182); Max value from RGB is 118 - color contains mainly: red. Hex color #763D03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763D03 is #89C2FC. Grayscale: #474747. Windows color (decimal): -9028349 or 212342. OLE color: 212342.

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

Color convert

RGB 118 61 3 -
CMYK 0 0.48 0.97 0.54
HSL 30.26º 0.95% 0.24% -
HSV(B) 30.26º 0.97% 0.46% -
XYZ 9.16 7.2 0.99 -
YUV 71.43 89.38 161.22 -
System Red Green Blue C M Y K H S L
Decimal 118 61 3 0 0.48 0.97 0.54 30.26 0.95 0.24
Hex 76 3D 3 0 30 61 36 1E 5F 18
Octal 166 75 3 0 60 141 66 36 137 30
Binary 1110110 111101 11 0 110000 1100001 110110 11110 1011111 11000

Color Harmonies of #763D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763D03

Black with #763D03

Text Example


Text Example

White with #763D03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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