Html Css Color HEX #742612 Pueblo

📋 copy color: '#742612'

red 116 ◦ green 38 ◦ blue 18

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

Shades of Pueblo #742612

Tints of Pueblo #742612

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.09%

 BLUE value IS 18 (7.42% from 255) = 10.47%

R = 67.44%
G = 22.09%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#742612 (or 0x742612) is known color: Pueblo. HEX triplet: 74, 26 and 12. RGB value is (116,38,18). Sum of RGB (Red+Green+Blue) = 116+38+18=172 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.44% from 172); Green value is 38 (15.23% from 255 or 22.09% from 172); Blue value is 18 (7.42% from 255 or 10.47% from 172); Max value from RGB is 116 - color contains mainly: red. Hex color #742612 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742612 is #8BD9ED. Grayscale: #3B3B3B. Windows color (decimal): -9165294 or 1189492. OLE color: 1189492.

HSL color Cylindrical-coordinate representation of color #742612: hue angle of 12.24º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #742612 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 38 18 -
CMYK 0 0.67 0.84 0.55
HSL 12.24º 0.73% 0.26% -
HSV(B) 12.24º 0.84% 0.45% -
XYZ 8 5.14 1.14 -
YUV 59.04 104.84 168.63 -
System Red Green Blue C M Y K H S L
Decimal 116 38 18 0 0.67 0.84 0.55 12.24 0.73 0.26
Hex 74 26 12 0 43 54 37 C 49 1A
Octal 164 46 22 0 103 124 67 14 111 32
Binary 1110100 100110 10010 0 1000011 1010100 110111 1100 1001001 11010

Color Harmonies of #742612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742612

Black with #742612

Text Example


Text Example

White with #742612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742612; }

 p { color: rgb(116,38,18); }

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

background-color css

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

 a { background-color: rgb(116,38,18); }

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

border-color css

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

 span { border-color: rgb(116,38,18); }

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