Html Css Color HEX #704C0D Raw Umber

📋 copy color: '#704C0D'

red 112 ◦ green 76 ◦ blue 13

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

Shades of Raw Umber #704C0D

Tints of Raw Umber #704C0D

RGB

 RED value IS 112 (44.14% from 255) = 55.72%

 GREEN value IS 76 (30.08% from 255) = 37.81%

 BLUE value IS 13 (5.47% from 255) = 6.47%

R = 55.72%
G = 37.81%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#704C0D (or 0x704C0D) is known color: Raw Umber. HEX triplet: 70, 4C and 0D. RGB value is (112,76,13). Sum of RGB (Red+Green+Blue) = 112+76+13=201 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.72% from 201); Green value is 76 (30.08% from 255 or 37.81% from 201); Blue value is 13 (5.47% from 255 or 6.47% from 201); Max value from RGB is 112 - color contains mainly: red. Hex color #704C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704C0D is #8FB3F2. Grayscale: #4F4F4F. Windows color (decimal): -9417715 or 871536. OLE color: 871536.

HSL color Cylindrical-coordinate representation of color #704C0D: hue angle of 38.18º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #704C0D is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 76 13 -
CMYK 0 0.32 0.88 0.56
HSL 38.18º 0.79% 0.25% -
HSV(B) 38.18º 0.88% 0.44% -
XYZ 9.34 8.64 1.56 -
YUV 79.58 90.43 151.12 -
System Red Green Blue C M Y K H S L
Decimal 112 76 13 0 0.32 0.88 0.56 38.18 0.79 0.25
Hex 70 4C D 0 20 58 38 26 4F 19
Octal 160 114 15 0 40 130 70 46 117 31
Binary 1110000 1001100 1101 0 100000 1011000 111000 100110 1001111 11001

Color Harmonies of #704C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704C0D

Black with #704C0D

Text Example


Text Example

White with #704C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704C0D; }

 p { color: rgb(112,76,13); }

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

background-color css

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

 a { background-color: rgb(112,76,13); }

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

border-color css

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

 span { border-color: rgb(112,76,13); }

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