Html Css Color HEX #74321E Pueblo

📋 copy color: '#74321E'

red 116 ◦ green 50 ◦ blue 30

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

Shades of Pueblo #74321E

Tints of Pueblo #74321E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.51%

 BLUE value IS 30 (12.11% from 255) = 15.31%

R = 59.18%
G = 25.51%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#74321E (or 0x74321E) is known color: Pueblo. HEX triplet: 74, 32 and 1E. RGB value is (116,50,30). Sum of RGB (Red+Green+Blue) = 116+50+30=196 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.18% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 30 (12.11% from 255 or 15.31% from 196); Max value from RGB is 116 - color contains mainly: red. Hex color #74321E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74321E is #8BCDE1. Grayscale: #434343. Windows color (decimal): -9162210 or 1978996. OLE color: 1978996.

HSL color Cylindrical-coordinate representation of color #74321E: hue angle of 13.95º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #74321E is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 50 30 -
CMYK 0 0.57 0.74 0.55
HSL 13.95º 0.59% 0.29% -
HSV(B) 13.95º 0.74% 0.45% -
XYZ 8.58 6.09 1.95 -
YUV 67.45 106.87 162.63 -
System Red Green Blue C M Y K H S L
Decimal 116 50 30 0 0.57 0.74 0.55 13.95 0.59 0.29
Hex 74 32 1E 0 39 4A 37 E 3B 1D
Octal 164 62 36 0 71 112 67 16 73 35
Binary 1110100 110010 11110 0 111001 1001010 110111 1110 111011 11101

Color Harmonies of #74321E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74321E

Black with #74321E

Text Example


Text Example

White with #74321E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74321E; }

 p { color: rgb(116,50,30); }

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

background-color css

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

 a { background-color: rgb(116,50,30); }

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

border-color css

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

 span { border-color: rgb(116,50,30); }

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