Html Css Color HEX #74270C Pueblo

📋 copy color: '#74270C'

red 116 ◦ green 39 ◦ blue 12

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

Shades of Pueblo #74270C

Tints of Pueblo #74270C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 23.35%

 BLUE value IS 12 (5.08% from 255) = 7.19%

R = 69.46%
G = 23.35%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#74270C (or 0x74270C) is known color: Pueblo. HEX triplet: 74, 27 and 0C. RGB value is (116,39,12). Sum of RGB (Red+Green+Blue) = 116+39+12=167 (22% of max value = 765). Red value is 116 (45.70% from 255 or 69.46% from 167); Green value is 39 (15.62% from 255 or 23.35% from 167); Blue value is 12 (5.08% from 255 or 7.19% from 167); Max value from RGB is 116 - color contains mainly: red. Hex color #74270C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74270C is #8BD8F3. Grayscale: #3B3B3B. Windows color (decimal): -9165044 or 796532. OLE color: 796532.

HSL color Cylindrical-coordinate representation of color #74270C: hue angle of 15.58º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #74270C is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 39 12 -
CMYK 0 0.66 0.90 0.55
HSL 15.58º 0.81% 0.25% -
HSV(B) 15.58º 0.9% 0.45% -
XYZ 7.99 5.19 0.93 -
YUV 58.95 101.51 168.7 -
System Red Green Blue C M Y K H S L
Decimal 116 39 12 0 0.66 0.90 0.55 15.58 0.81 0.25
Hex 74 27 C 0 42 5A 37 10 51 19
Octal 164 47 14 0 102 132 67 20 121 31
Binary 1110100 100111 1100 0 1000010 1011010 110111 10000 1010001 11001

Color Harmonies of #74270C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74270C

Black with #74270C

Text Example


Text Example

White with #74270C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74270C; }

 p { color: rgb(116,39,12); }

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

background-color css

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

 a { background-color: rgb(116,39,12); }

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

border-color css

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

 span { border-color: rgb(116,39,12); }

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