Html Css Color HEX #744302 Raw Umber

📋 copy color: '#744302'

red 116 ◦ green 67 ◦ blue 2

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

Shades of Raw Umber #744302

Tints of Raw Umber #744302

RGB

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

 GREEN value IS 67 (26.56% from 255) = 36.22%

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

R = 62.7%
G = 36.22%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#744302 (or 0x744302) is known color: Raw Umber. HEX triplet: 74, 43 and 02. RGB value is (116,67,2). Sum of RGB (Red+Green+Blue) = 116+67+2=185 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.70% from 185); Green value is 67 (26.56% from 255 or 36.22% from 185); Blue value is 2 (1.17% from 255 or 1.08% from 185); Max value from RGB is 116 - color contains mainly: red. Hex color #744302 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744302 is #8BBCFD. Grayscale: #4A4A4A. Windows color (decimal): -9157886 or 148340. OLE color: 148340.

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

Color convert

RGB 116 67 2 -
CMYK 0 0.42 0.98 0.55
HSL 34.21º 0.97% 0.23% -
HSV(B) 34.21º 0.98% 0.45% -
XYZ 9.22 7.73 1.06 -
YUV 74.24 87.23 157.79 -
System Red Green Blue C M Y K H S L
Decimal 116 67 2 0 0.42 0.98 0.55 34.21 0.97 0.23
Hex 74 43 2 0 2A 62 37 22 61 17
Octal 164 103 2 0 52 142 67 42 141 27
Binary 1110100 1000011 10 0 101010 1100010 110111 100010 1100001 10111

Color Harmonies of #744302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744302

Black with #744302

Text Example


Text Example

White with #744302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744302; }

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

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

background-color css

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

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

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

border-color css

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

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

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