Html Css Color HEX #733F0E Raw Umber

📋 copy color: '#733F0E'

red 115 ◦ green 63 ◦ blue 14

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

Shades of Raw Umber #733F0E

Tints of Raw Umber #733F0E

RGB

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

 GREEN value IS 63 (25% from 255) = 32.81%

 BLUE value IS 14 (5.86% from 255) = 7.29%

R = 59.9%
G = 32.81%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#733F0E (or 0x733F0E) is known color: Raw Umber. HEX triplet: 73, 3F and 0E. RGB value is (115,63,14). Sum of RGB (Red+Green+Blue) = 115+63+14=192 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.90% from 192); Green value is 63 (25% from 255 or 32.81% from 192); Blue value is 14 (5.86% from 255 or 7.29% from 192); Max value from RGB is 115 - color contains mainly: red. Hex color #733F0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733F0E is #8CC0F1. Grayscale: #494949. Windows color (decimal): -9224434 or 933747. OLE color: 933747.

HSL color Cylindrical-coordinate representation of color #733F0E: hue angle of 29.11º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #733F0E is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 63 14 -
CMYK 0 0.45 0.88 0.55
HSL 29.11º 0.78% 0.25% -
HSV(B) 29.11º 0.88% 0.45% -
XYZ 8.93 7.23 1.34 -
YUV 72.96 94.73 157.98 -
System Red Green Blue C M Y K H S L
Decimal 115 63 14 0 0.45 0.88 0.55 29.11 0.78 0.25
Hex 73 3F E 0 2D 58 37 1D 4E 19
Octal 163 77 16 0 55 130 67 35 116 31
Binary 1110011 111111 1110 0 101101 1011000 110111 11101 1001110 11001

Color Harmonies of #733F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733F0E

Black with #733F0E

Text Example


Text Example

White with #733F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,63,14); }

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

background-color css

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

 a { background-color: rgb(115,63,14); }

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

border-color css

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

 span { border-color: rgb(115,63,14); }

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