Html Css Color HEX #743D00 Raw Umber

📋 copy color: '#743D00'

red 116 ◦ green 61 ◦ blue 0

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

Shades of Raw Umber #743D00

Tints of Raw Umber #743D00

RGB

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

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

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

R = 65.54%
G = 34.46%
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

#743D00 (or 0x743D00) is known color: Raw Umber. HEX triplet: 74, 3D and 00. RGB value is (116,61,0). Sum of RGB (Red+Green+Blue) = 116+61+0=177 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.54% from 177); Green value is 61 (24.22% from 255 or 34.46% from 177); Blue value is 0 (0.39% from 255 or 0% from 177); Max value from RGB is 116 - color contains mainly: red. Hex color #743D00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743D00 is #8BC2FF. Grayscale: #464646. Windows color (decimal): -9159424 or 15732. OLE color: 15732.

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

Color convert

RGB 116 61 0 -
CMYK 0 0.47 1 0.55
HSL 31.55º 1% 0.23% -
HSV(B) 31.55º 1% 0.45% -
XYZ 8.87 7.05 0.89 -
YUV 70.49 88.22 160.46 -
System Red Green Blue C M Y K H S L
Decimal 116 61 0 0 0.47 1 0.55 31.55 1 0.23
Hex 74 3D 0 0 2F 64 37 20 64 17
Octal 164 75 0 0 57 144 67 40 144 27
Binary 1110100 111101 0 0 101111 1100100 110111 100000 1100100 10111

Color Harmonies of #743D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743D00

Black with #743D00

Text Example


Text Example

White with #743D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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