Html Css Color HEX #743300 Raw Umber

📋 copy color: '#743300'

red 116 ◦ green 51 ◦ blue 0

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

Shades of Raw Umber #743300

Tints of Raw Umber #743300

RGB

 RED value IS 116 (45.7% from 255) = 69.46%

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

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

R = 69.46%
G = 30.54%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#743300 (or 0x743300) is known color: Raw Umber. HEX triplet: 74, 33 and 00. RGB value is (116,51,0). Sum of RGB (Red+Green+Blue) = 116+51+0=167 (22% of max value = 765). Red value is 116 (45.70% from 255 or 69.46% from 167); Green value is 51 (20.31% from 255 or 30.54% from 167); Blue value is 0 (0.39% from 255 or 0% from 167); Max value from RGB is 116 - color contains mainly: red. Hex color #743300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743300 is #8BCCFF. Grayscale: #404040. Windows color (decimal): -9161984 or 13172. OLE color: 13172.

HSL color Cylindrical-coordinate representation of color #743300: hue angle of 26.38º 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 #743300 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 51 0 -
CMYK 0 0.56 1 0.55
HSL 26.38º 1% 0.23% -
HSV(B) 26.38º 1% 0.45% -
XYZ 8.39 6.08 0.73 -
YUV 64.62 91.53 164.65 -
System Red Green Blue C M Y K H S L
Decimal 116 51 0 0 0.56 1 0.55 26.38 1 0.23
Hex 74 33 0 0 38 64 37 1A 64 17
Octal 164 63 0 0 70 144 67 32 144 27
Binary 1110100 110011 0 0 111000 1100100 110111 11010 1100100 10111

Color Harmonies of #743300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743300

Black with #743300

Text Example


Text Example

White with #743300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743300; }

 p { color: rgb(116,51,0); }

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

background-color css

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

 a { background-color: rgb(116,51,0); }

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

border-color css

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

 span { border-color: rgb(116,51,0); }

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