Html Css Color HEX #734B0C Raw Umber

📋 copy color: '#734B0C'

red 115 ◦ green 75 ◦ blue 12

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

Shades of Raw Umber #734B0C

Tints of Raw Umber #734B0C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 37.13%

 BLUE value IS 12 (5.08% from 255) = 5.94%

R = 56.93%
G = 37.13%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#734B0C (or 0x734B0C) is known color: Raw Umber. HEX triplet: 73, 4B and 0C. RGB value is (115,75,12). Sum of RGB (Red+Green+Blue) = 115+75+12=202 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.93% from 202); Green value is 75 (29.69% from 255 or 37.13% from 202); Blue value is 12 (5.08% from 255 or 5.94% from 202); Max value from RGB is 115 - color contains mainly: red. Hex color #734B0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734B0C is #8CB4F3. Grayscale: #505050. Windows color (decimal): -9221364 or 805747. OLE color: 805747.

HSL color Cylindrical-coordinate representation of color #734B0C: hue angle of 36.7º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #734B0C is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 75 12 -
CMYK 0 0.35 0.90 0.55
HSL 36.7º 0.81% 0.25% -
HSV(B) 36.7º 0.9% 0.45% -
XYZ 9.65 8.7 1.52 -
YUV 79.78 89.75 153.12 -
System Red Green Blue C M Y K H S L
Decimal 115 75 12 0 0.35 0.90 0.55 36.7 0.81 0.25
Hex 73 4B C 0 23 5A 37 25 51 19
Octal 163 113 14 0 43 132 67 45 121 31
Binary 1110011 1001011 1100 0 100011 1011010 110111 100101 1010001 11001

Color Harmonies of #734B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734B0C

Black with #734B0C

Text Example


Text Example

White with #734B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,75,12); }

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

background-color css

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

 a { background-color: rgb(115,75,12); }

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

border-color css

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

 span { border-color: rgb(115,75,12); }

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