Html Css Color HEX #763900 Raw Umber

📋 copy color: '#763900'

red 118 ◦ green 57 ◦ blue 0

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

Shades of Raw Umber #763900

Tints of Raw Umber #763900

RGB

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

 GREEN value IS 57 (22.66% from 255) = 32.57%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 67.43%
G = 32.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#763900 (or 0x763900) is known color: Raw Umber. HEX triplet: 76, 39 and 00. RGB value is (118,57,0). Sum of RGB (Red+Green+Blue) = 118+57+0=175 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.43% from 175); Green value is 57 (22.66% from 255 or 32.57% from 175); Blue value is 0 (0.39% from 255 or 0% from 175); Max value from RGB is 118 - color contains mainly: red. Hex color #763900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763900 is #89C6FF. Grayscale: #454545. Windows color (decimal): -9029376 or 14710. OLE color: 14710.

HSL color Cylindrical-coordinate representation of color #763900: hue angle of 28.98º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #763900 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 57 0 -
CMYK 0 0.52 1 0.54
HSL 28.98º 1% 0.23% -
HSV(B) 28.98º 1% 0.46% -
XYZ 8.93 6.78 0.84 -
YUV 68.74 89.21 163.13 -
System Red Green Blue C M Y K H S L
Decimal 118 57 0 0 0.52 1 0.54 28.98 1 0.23
Hex 76 39 0 0 34 64 36 1D 64 17
Octal 166 71 0 0 64 144 66 35 144 27
Binary 1110110 111001 0 0 110100 1100100 110110 11101 1100100 10111

Color Harmonies of #763900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763900

Black with #763900

Text Example


Text Example

White with #763900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763900; }

 p { color: rgb(118,57,0); }

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

background-color css

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

 a { background-color: rgb(118,57,0); }

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

border-color css

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

 span { border-color: rgb(118,57,0); }

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