Html Css Color HEX #743502 Raw Umber

📋 copy color: '#743502'

red 116 ◦ green 53 ◦ blue 2

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

Shades of Raw Umber #743502

Tints of Raw Umber #743502

RGB

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

 GREEN value IS 53 (21.09% from 255) = 30.99%

 BLUE value IS 2 (1.17% from 255) = 1.17%

R = 67.84%
G = 30.99%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#743502 (or 0x743502) is known color: Raw Umber. HEX triplet: 74, 35 and 02. RGB value is (116,53,2). Sum of RGB (Red+Green+Blue) = 116+53+2=171 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.84% from 171); Green value is 53 (21.09% from 255 or 30.99% from 171); Blue value is 2 (1.17% from 255 or 1.17% from 171); Max value from RGB is 116 - color contains mainly: red. Hex color #743502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743502 is #8BCAFD. Grayscale: #424242. Windows color (decimal): -9161470 or 144756. OLE color: 144756.

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

Color convert

RGB 116 53 2 -
CMYK 0 0.54 0.98 0.55
HSL 26.84º 0.97% 0.23% -
HSV(B) 26.84º 0.98% 0.45% -
XYZ 8.49 6.26 0.82 -
YUV 66.02 91.87 163.65 -
System Red Green Blue C M Y K H S L
Decimal 116 53 2 0 0.54 0.98 0.55 26.84 0.97 0.23
Hex 74 35 2 0 36 62 37 1B 61 17
Octal 164 65 2 0 66 142 67 33 141 27
Binary 1110100 110101 10 0 110110 1100010 110111 11011 1100001 10111

Color Harmonies of #743502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743502

Black with #743502

Text Example


Text Example

White with #743502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743502; }

 p { color: rgb(116,53,2); }

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

background-color css

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

 a { background-color: rgb(116,53,2); }

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

border-color css

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

 span { border-color: rgb(116,53,2); }

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