Html Css Color HEX #734C0D Raw Umber

📋 copy color: '#734C0D'

red 115 ◦ green 76 ◦ blue 13

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

Shades of Raw Umber #734C0D

Tints of Raw Umber #734C0D

RGB

 RED value IS 115 (45.31% from 255) = 56.37%

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

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

R = 56.37%
G = 37.25%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#734C0D (or 0x734C0D) is known color: Raw Umber. HEX triplet: 73, 4C and 0D. RGB value is (115,76,13). Sum of RGB (Red+Green+Blue) = 115+76+13=204 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.37% from 204); Green value is 76 (30.08% from 255 or 37.25% from 204); Blue value is 13 (5.47% from 255 or 6.37% from 204); Max value from RGB is 115 - color contains mainly: red. Hex color #734C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734C0D is #8CB3F2. Grayscale: #505050. Windows color (decimal): -9221107 or 871539. OLE color: 871539.

HSL color Cylindrical-coordinate representation of color #734C0D: hue angle of 37.06º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #734C0D is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 76 13 -
CMYK 0 0.34 0.89 0.55
HSL 37.06º 0.8% 0.25% -
HSV(B) 37.06º 0.89% 0.45% -
XYZ 9.73 8.84 1.57 -
YUV 80.48 89.92 152.62 -
System Red Green Blue C M Y K H S L
Decimal 115 76 13 0 0.34 0.89 0.55 37.06 0.8 0.25
Hex 73 4C D 0 22 59 37 25 50 19
Octal 163 114 15 0 42 131 67 45 120 31
Binary 1110011 1001100 1101 0 100010 1011001 110111 100101 1010000 11001

Color Harmonies of #734C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734C0D

Black with #734C0D

Text Example


Text Example

White with #734C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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