Html Css Color HEX #74331D Pueblo

📋 copy color: '#74331D'

red 116 ◦ green 51 ◦ blue 29

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

Shades of Pueblo #74331D

Tints of Pueblo #74331D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.02%

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

R = 59.18%
G = 26.02%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#74331D (or 0x74331D) is known color: Pueblo. HEX triplet: 74, 33 and 1D. RGB value is (116,51,29). Sum of RGB (Red+Green+Blue) = 116+51+29=196 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.18% from 196); Green value is 51 (20.31% from 255 or 26.02% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 116 - color contains mainly: red. Hex color #74331D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74331D is #8BCCE2. Grayscale: #444444. Windows color (decimal): -9161955 or 1913716. OLE color: 1913716.

HSL color Cylindrical-coordinate representation of color #74331D: hue angle of 15.17º 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 #74331D is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 51 29 -
CMYK 0 0.56 0.75 0.55
HSL 15.17º 0.6% 0.28% -
HSV(B) 15.17º 0.75% 0.45% -
XYZ 8.61 6.17 1.9 -
YUV 67.93 106.03 162.29 -
System Red Green Blue C M Y K H S L
Decimal 116 51 29 0 0.56 0.75 0.55 15.17 0.6 0.28
Hex 74 33 1D 0 38 4B 37 F 3C 1C
Octal 164 63 35 0 70 113 67 17 74 34
Binary 1110100 110011 11101 0 111000 1001011 110111 1111 111100 11100

Color Harmonies of #74331D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74331D

Black with #74331D

Text Example


Text Example

White with #74331D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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