Html Css Color HEX #742F1E Pueblo

📋 copy color: '#742F1E'

red 116 ◦ green 47 ◦ blue 30

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

Shades of Pueblo #742F1E

Tints of Pueblo #742F1E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 24.35%

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

R = 60.1%
G = 24.35%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#742F1E (or 0x742F1E) is known color: Pueblo. HEX triplet: 74, 2F and 1E. RGB value is (116,47,30). Sum of RGB (Red+Green+Blue) = 116+47+30=193 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.10% from 193); Green value is 47 (18.75% from 255 or 24.35% from 193); Blue value is 30 (12.11% from 255 or 15.54% from 193); Max value from RGB is 116 - color contains mainly: red. Hex color #742F1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742F1E is #8BD0E1. Grayscale: #414141. Windows color (decimal): -9162978 or 1978228. OLE color: 1978228.

HSL color Cylindrical-coordinate representation of color #742F1E: hue angle of 11.86º 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 #742F1E is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 47 30 -
CMYK 0 0.59 0.74 0.55
HSL 11.86º 0.59% 0.29% -
HSV(B) 11.86º 0.74% 0.45% -
XYZ 8.45 5.84 1.91 -
YUV 65.69 107.86 163.88 -
System Red Green Blue C M Y K H S L
Decimal 116 47 30 0 0.59 0.74 0.55 11.86 0.59 0.29
Hex 74 2F 1E 0 3B 4A 37 C 3B 1D
Octal 164 57 36 0 73 112 67 14 73 35
Binary 1110100 101111 11110 0 111011 1001010 110111 1100 111011 11101

Color Harmonies of #742F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742F1E

Black with #742F1E

Text Example


Text Example

White with #742F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742F1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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