Html Css Color HEX #733301 Raw Umber

📋 copy color: '#733301'

red 115 ◦ green 51 ◦ blue 1

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

Shades of Raw Umber #733301

Tints of Raw Umber #733301

RGB

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

 GREEN value IS 51 (20.31% from 255) = 30.54%

 BLUE value IS 1 (0.78% from 255) = 0.6%

R = 68.86%
G = 30.54%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#733301 (or 0x733301) is known color: Raw Umber. HEX triplet: 73, 33 and 01. RGB value is (115,51,1). Sum of RGB (Red+Green+Blue) = 115+51+1=167 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.86% from 167); Green value is 51 (20.31% from 255 or 30.54% from 167); Blue value is 1 (0.78% from 255 or 0.60% from 167); Max value from RGB is 115 - color contains mainly: red. Hex color #733301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733301 is #8CCCFE. Grayscale: #404040. Windows color (decimal): -9227519 or 78707. OLE color: 78707.

HSL color Cylindrical-coordinate representation of color #733301: hue angle of 26.32º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #733301 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 51 1 -
CMYK 0 0.56 0.99 0.55
HSL 26.32º 0.98% 0.23% -
HSV(B) 26.32º 0.99% 0.45% -
XYZ 8.26 6.01 0.75 -
YUV 64.44 92.2 164.07 -
System Red Green Blue C M Y K H S L
Decimal 115 51 1 0 0.56 0.99 0.55 26.32 0.98 0.23
Hex 73 33 1 0 38 63 37 1A 62 17
Octal 163 63 1 0 70 143 67 32 142 27
Binary 1110011 110011 1 0 111000 1100011 110111 11010 1100010 10111

Color Harmonies of #733301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733301

Black with #733301

Text Example


Text Example

White with #733301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733301; }

 p { color: rgb(115,51,1); }

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

background-color css

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

 a { background-color: rgb(115,51,1); }

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

border-color css

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

 span { border-color: rgb(115,51,1); }

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