Html Css Color HEX #744102 Raw Umber

📋 copy color: '#744102'

red 116 ◦ green 65 ◦ blue 2

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

Shades of Raw Umber #744102

Tints of Raw Umber #744102

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.52%

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

R = 63.39%
G = 35.52%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#744102 (or 0x744102) is known color: Raw Umber. HEX triplet: 74, 41 and 02. RGB value is (116,65,2). Sum of RGB (Red+Green+Blue) = 116+65+2=183 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.39% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 2 (1.17% from 255 or 1.09% from 183); Max value from RGB is 116 - color contains mainly: red. Hex color #744102 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744102 is #8BBEFD. Grayscale: #494949. Windows color (decimal): -9158398 or 147828. OLE color: 147828.

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

Color convert

RGB 116 65 2 -
CMYK 0 0.44 0.98 0.55
HSL 33.16º 0.97% 0.23% -
HSV(B) 33.16º 0.98% 0.45% -
XYZ 9.1 7.5 1.02 -
YUV 73.07 87.9 158.62 -
System Red Green Blue C M Y K H S L
Decimal 116 65 2 0 0.44 0.98 0.55 33.16 0.97 0.23
Hex 74 41 2 0 2C 62 37 21 61 17
Octal 164 101 2 0 54 142 67 41 141 27
Binary 1110100 1000001 10 0 101100 1100010 110111 100001 1100001 10111

Color Harmonies of #744102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744102

Black with #744102

Text Example


Text Example

White with #744102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744102; }

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

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

background-color css

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

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

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

border-color css

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

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

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