Html Css Color HEX #733D00 Raw Umber

📋 copy color: '#733D00'

red 115 ◦ green 61 ◦ blue 0

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

Shades of Raw Umber #733D00

Tints of Raw Umber #733D00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.34%
G = 34.66%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#733D00 (or 0x733D00) is known color: Raw Umber. HEX triplet: 73, 3D and 00. RGB value is (115,61,0). Sum of RGB (Red+Green+Blue) = 115+61+0=176 (23% of max value = 765). Red value is 115 (45.31% from 255 or 65.34% from 176); Green value is 61 (24.22% from 255 or 34.66% from 176); Blue value is 0 (0.39% from 255 or 0% from 176); Max value from RGB is 115 - color contains mainly: red. Hex color #733D00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733D00 is #8CC2FF. Grayscale: #464646. Windows color (decimal): -9224960 or 15731. OLE color: 15731.

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

Color convert

RGB 115 61 0 -
CMYK 0 0.47 1 0.55
HSL 31.83º 1% 0.23% -
HSV(B) 31.83º 1% 0.45% -
XYZ 8.74 6.98 0.89 -
YUV 70.19 88.39 159.96 -
System Red Green Blue C M Y K H S L
Decimal 115 61 0 0 0.47 1 0.55 31.83 1 0.23
Hex 73 3D 0 0 2F 64 37 20 64 17
Octal 163 75 0 0 57 144 67 40 144 27
Binary 1110011 111101 0 0 101111 1100100 110111 100000 1100100 10111

Color Harmonies of #733D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733D00

Black with #733D00

Text Example


Text Example

White with #733D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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