Html Css Color HEX #765303 Raw Umber

📋 copy color: '#765303'

red 118 ◦ green 83 ◦ blue 3

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

Shades of Raw Umber #765303

Tints of Raw Umber #765303

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.69%

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

R = 57.84%
G = 40.69%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#765303 (or 0x765303) is known color: Raw Umber. HEX triplet: 76, 53 and 03. RGB value is (118,83,3). Sum of RGB (Red+Green+Blue) = 118+83+3=204 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.84% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 3 (1.56% from 255 or 1.47% from 204); Max value from RGB is 118 - color contains mainly: red. Hex color #765303 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765303 is #89ACFC. Grayscale: #545454. Windows color (decimal): -9022717 or 217974. OLE color: 217974.

HSL color Cylindrical-coordinate representation of color #765303: hue angle of 41.74º 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 #765303 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 83 3 -
CMYK 0 0.30 0.97 0.54
HSL 41.74º 0.95% 0.24% -
HSV(B) 41.74º 0.97% 0.46% -
XYZ 10.58 10.04 1.47 -
YUV 84.35 82.1 152 -
System Red Green Blue C M Y K H S L
Decimal 118 83 3 0 0.30 0.97 0.54 41.74 0.95 0.24
Hex 76 53 3 0 1E 61 36 2A 5F 18
Octal 166 123 3 0 36 141 66 52 137 30
Binary 1110110 1010011 11 0 11110 1100001 110110 101010 1011111 11000

Color Harmonies of #765303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765303

Black with #765303

Text Example


Text Example

White with #765303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765303; }

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

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

background-color css

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

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

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

border-color css

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

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

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