Html Css Color HEX #763B0B Raw Umber

📋 copy color: '#763B0B'

red 118 ◦ green 59 ◦ blue 11

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

Shades of Raw Umber #763B0B

Tints of Raw Umber #763B0B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 31.38%

 BLUE value IS 11 (4.69% from 255) = 5.85%

R = 62.77%
G = 31.38%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#763B0B (or 0x763B0B) is known color: Raw Umber. HEX triplet: 76, 3B and 0B. RGB value is (118,59,11). Sum of RGB (Red+Green+Blue) = 118+59+11=188 (24% of max value = 765). Red value is 118 (46.48% from 255 or 62.77% from 188); Green value is 59 (23.44% from 255 or 31.38% from 188); Blue value is 11 (4.69% from 255 or 5.85% from 188); Max value from RGB is 118 - color contains mainly: red. Hex color #763B0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763B0B is #89C4F4. Grayscale: #474747. Windows color (decimal): -9028853 or 736118. OLE color: 736118.

HSL color Cylindrical-coordinate representation of color #763B0B: hue angle of 26.92º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #763B0B is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 59 11 -
CMYK 0 0.50 0.91 0.54
HSL 26.92º 0.83% 0.25% -
HSV(B) 26.92º 0.91% 0.46% -
XYZ 9.1 7 1.19 -
YUV 71.17 94.05 161.4 -
System Red Green Blue C M Y K H S L
Decimal 118 59 11 0 0.50 0.91 0.54 26.92 0.83 0.25
Hex 76 3B B 0 32 5B 36 1B 53 19
Octal 166 73 13 0 62 133 66 33 123 31
Binary 1110110 111011 1011 0 110010 1011011 110110 11011 1010011 11001

Color Harmonies of #763B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763B0B

Black with #763B0B

Text Example


Text Example

White with #763B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,59,11); }

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

background-color css

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

 a { background-color: rgb(118,59,11); }

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

border-color css

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

 span { border-color: rgb(118,59,11); }

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