Html Css Color HEX #74311D Pueblo

📋 copy color: '#74311D'

red 116 ◦ green 49 ◦ blue 29

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

Shades of Pueblo #74311D

Tints of Pueblo #74311D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25.26%

 BLUE value IS 29 (11.72% from 255) = 14.95%

R = 59.79%
G = 25.26%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#74311D (or 0x74311D) is known color: Pueblo. HEX triplet: 74, 31 and 1D. RGB value is (116,49,29). Sum of RGB (Red+Green+Blue) = 116+49+29=194 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.79% from 194); Green value is 49 (19.53% from 255 or 25.26% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 116 - color contains mainly: red. Hex color #74311D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74311D is #8BCEE2. Grayscale: #424242. Windows color (decimal): -9162467 or 1913204. OLE color: 1913204.

HSL color Cylindrical-coordinate representation of color #74311D: hue angle of 13.79º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #74311D is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 49 29 -
CMYK 0 0.58 0.75 0.55
HSL 13.79º 0.6% 0.28% -
HSV(B) 13.79º 0.75% 0.45% -
XYZ 8.52 6 1.87 -
YUV 66.75 106.7 163.13 -
System Red Green Blue C M Y K H S L
Decimal 116 49 29 0 0.58 0.75 0.55 13.79 0.6 0.28
Hex 74 31 1D 0 3A 4B 37 E 3C 1C
Octal 164 61 35 0 72 113 67 16 74 34
Binary 1110100 110001 11101 0 111010 1001011 110111 1110 111100 11100

Color Harmonies of #74311D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74311D

Black with #74311D

Text Example


Text Example

White with #74311D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74311D; }

 p { color: rgb(116,49,29); }

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

background-color css

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

 a { background-color: rgb(116,49,29); }

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

border-color css

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

 span { border-color: rgb(116,49,29); }

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