Html Css Color HEX #733D01 Raw Umber

📋 copy color: '#733D01'

red 115 ◦ green 61 ◦ blue 1

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

Shades of Raw Umber #733D01

Tints of Raw Umber #733D01

RGB

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

 GREEN value IS 61 (24.22% from 255) = 34.46%

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

R = 64.97%
G = 34.46%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#733D01 (or 0x733D01) is known color: Raw Umber. HEX triplet: 73, 3D and 01. RGB value is (115,61,1). Sum of RGB (Red+Green+Blue) = 115+61+1=177 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.97% from 177); Green value is 61 (24.22% from 255 or 34.46% from 177); Blue value is 1 (0.78% from 255 or 0.56% from 177); Max value from RGB is 115 - color contains mainly: red. Hex color #733D01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733D01 is #8CC2FE. Grayscale: #464646. Windows color (decimal): -9224959 or 81267. OLE color: 81267.

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

Color convert

RGB 115 61 1 -
CMYK 0 0.47 0.99 0.55
HSL 31.58º 0.98% 0.23% -
HSV(B) 31.58º 0.99% 0.45% -
XYZ 8.74 6.98 0.92 -
YUV 70.31 88.89 159.88 -
System Red Green Blue C M Y K H S L
Decimal 115 61 1 0 0.47 0.99 0.55 31.58 0.98 0.23
Hex 73 3D 1 0 2F 63 37 20 62 17
Octal 163 75 1 0 57 143 67 40 142 27
Binary 1110011 111101 1 0 101111 1100011 110111 100000 1100010 10111

Color Harmonies of #733D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733D01

Black with #733D01

Text Example


Text Example

White with #733D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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