Html Css Color HEX #733C0C Raw Umber

📋 copy color: '#733C0C'

red 115 ◦ green 60 ◦ blue 12

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

Shades of Raw Umber #733C0C

Tints of Raw Umber #733C0C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 32.09%

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

R = 61.5%
G = 32.09%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#733C0C (or 0x733C0C) is known color: Raw Umber. HEX triplet: 73, 3C and 0C. RGB value is (115,60,12). Sum of RGB (Red+Green+Blue) = 115+60+12=187 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.50% from 187); Green value is 60 (23.83% from 255 or 32.09% from 187); Blue value is 12 (5.08% from 255 or 6.42% from 187); Max value from RGB is 115 - color contains mainly: red. Hex color #733C0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733C0C is #8CC3F3. Grayscale: #474747. Windows color (decimal): -9225204 or 801907. OLE color: 801907.

HSL color Cylindrical-coordinate representation of color #733C0C: hue angle of 27.96º 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 #733C0C is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 60 12 -
CMYK 0 0.48 0.90 0.55
HSL 27.96º 0.81% 0.25% -
HSV(B) 27.96º 0.9% 0.45% -
XYZ 8.75 6.9 1.22 -
YUV 70.97 94.72 159.4 -
System Red Green Blue C M Y K H S L
Decimal 115 60 12 0 0.48 0.90 0.55 27.96 0.81 0.25
Hex 73 3C C 0 30 5A 37 1C 51 19
Octal 163 74 14 0 60 132 67 34 121 31
Binary 1110011 111100 1100 0 110000 1011010 110111 11100 1010001 11001

Color Harmonies of #733C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733C0C

Black with #733C0C

Text Example


Text Example

White with #733C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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