Html Css Color HEX #743602 Raw Umber

📋 copy color: '#743602'

red 116 ◦ green 54 ◦ blue 2

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

Shades of Raw Umber #743602

Tints of Raw Umber #743602

RGB

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

 GREEN value IS 54 (21.48% from 255) = 31.4%

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

R = 67.44%
G = 31.4%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#743602 (or 0x743602) is known color: Raw Umber. HEX triplet: 74, 36 and 02. RGB value is (116,54,2). Sum of RGB (Red+Green+Blue) = 116+54+2=172 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.44% from 172); Green value is 54 (21.48% from 255 or 31.40% from 172); Blue value is 2 (1.17% from 255 or 1.16% from 172); Max value from RGB is 116 - color contains mainly: red. Hex color #743602 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743602 is #8BC9FD. Grayscale: #424242. Windows color (decimal): -9161214 or 145012. OLE color: 145012.

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

Color convert

RGB 116 54 2 -
CMYK 0 0.53 0.98 0.55
HSL 27.37º 0.97% 0.23% -
HSV(B) 27.37º 0.98% 0.45% -
XYZ 8.53 6.36 0.83 -
YUV 66.61 91.54 163.23 -
System Red Green Blue C M Y K H S L
Decimal 116 54 2 0 0.53 0.98 0.55 27.37 0.97 0.23
Hex 74 36 2 0 35 62 37 1B 61 17
Octal 164 66 2 0 65 142 67 33 141 27
Binary 1110100 110110 10 0 110101 1100010 110111 11011 1100001 10111

Color Harmonies of #743602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743602

Black with #743602

Text Example


Text Example

White with #743602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743602; }

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

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

background-color css

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

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

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

border-color css

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

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

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