Html Css Color HEX #733A01 Raw Umber

📋 copy color: '#733A01'

red 115 ◦ green 58 ◦ blue 1

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

Shades of Raw Umber #733A01

Tints of Raw Umber #733A01

RGB

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

 GREEN value IS 58 (23.05% from 255) = 33.33%

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

R = 66.09%
G = 33.33%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#733A01 (or 0x733A01) is known color: Raw Umber. HEX triplet: 73, 3A and 01. RGB value is (115,58,1). Sum of RGB (Red+Green+Blue) = 115+58+1=174 (23% of max value = 765). Red value is 115 (45.31% from 255 or 66.09% from 174); Green value is 58 (23.05% from 255 or 33.33% from 174); Blue value is 1 (0.78% from 255 or 0.57% from 174); Max value from RGB is 115 - color contains mainly: red. Hex color #733A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733A01 is #8CC5FE. Grayscale: #444444. Windows color (decimal): -9225727 or 80499. OLE color: 80499.

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

Color convert

RGB 115 58 1 -
CMYK 0 0.50 0.99 0.55
HSL 30º 0.98% 0.23% -
HSV(B) 30º 0.99% 0.45% -
XYZ 8.59 6.67 0.86 -
YUV 68.55 89.88 161.13 -
System Red Green Blue C M Y K H S L
Decimal 115 58 1 0 0.50 0.99 0.55 30 0.98 0.23
Hex 73 3A 1 0 32 63 37 1E 62 17
Octal 163 72 1 0 62 143 67 36 142 27
Binary 1110011 111010 1 0 110010 1100011 110111 11110 1100010 10111

Color Harmonies of #733A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733A01

Black with #733A01

Text Example


Text Example

White with #733A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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