Html Css Color HEX #743D0B Raw Umber

📋 copy color: '#743D0B'

red 116 ◦ green 61 ◦ blue 11

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

Shades of Raw Umber #743D0B

Tints of Raw Umber #743D0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.85%

R = 61.7%
G = 32.45%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#743D0B (or 0x743D0B) is known color: Raw Umber. HEX triplet: 74, 3D and 0B. RGB value is (116,61,11). Sum of RGB (Red+Green+Blue) = 116+61+11=188 (24% of max value = 765). Red value is 116 (45.70% from 255 or 61.70% from 188); Green value is 61 (24.22% from 255 or 32.45% from 188); Blue value is 11 (4.69% from 255 or 5.85% from 188); Max value from RGB is 116 - color contains mainly: red. Hex color #743D0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743D0B is #8BC2F4. Grayscale: #474747. Windows color (decimal): -9159413 or 736628. OLE color: 736628.

HSL color Cylindrical-coordinate representation of color #743D0B: hue angle of 28.57º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #743D0B is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 61 11 -
CMYK 0 0.47 0.91 0.55
HSL 28.57º 0.83% 0.25% -
HSV(B) 28.57º 0.91% 0.45% -
XYZ 8.93 7.07 1.21 -
YUV 71.75 93.72 159.57 -
System Red Green Blue C M Y K H S L
Decimal 116 61 11 0 0.47 0.91 0.55 28.57 0.83 0.25
Hex 74 3D B 0 2F 5B 37 1D 53 19
Octal 164 75 13 0 57 133 67 35 123 31
Binary 1110100 111101 1011 0 101111 1011011 110111 11101 1010011 11001

Color Harmonies of #743D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743D0B

Black with #743D0B

Text Example


Text Example

White with #743D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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