Html Css Color HEX #672A18 Pueblo

📋 copy color: '#672A18'

red 103 ◦ green 42 ◦ blue 24

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

Shades of Pueblo #672A18

Tints of Pueblo #672A18

RGB

 RED value IS 103 (40.63% from 255) = 60.95%

 GREEN value IS 42 (16.8% from 255) = 24.85%

 BLUE value IS 24 (9.77% from 255) = 14.2%

R = 60.95%
G = 24.85%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.77

 K value IS 0.60

RGB Variations

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

Color information

#672A18 (or 0x672A18) is known color: Pueblo. HEX triplet: 67, 2A and 18. RGB value is (103,42,24). Sum of RGB (Red+Green+Blue) = 103+42+24=169 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.95% from 169); Green value is 42 (16.80% from 255 or 24.85% from 169); Blue value is 24 (9.77% from 255 or 14.20% from 169); Max value from RGB is 103 - color contains mainly: red. Hex color #672A18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672A18 is #98D5E7. Grayscale: #3A3A3A. Windows color (decimal): -10016232 or 1583719. OLE color: 1583719.

HSL color Cylindrical-coordinate representation of color #672A18: hue angle of 13.67º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #672A18 is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 42 24 -
CMYK 0 0.59 0.77 0.60
HSL 13.67º 0.62% 0.25% -
HSV(B) 13.67º 0.77% 0.4% -
XYZ 6.59 4.61 1.41 -
YUV 58.19 108.71 159.96 -
System Red Green Blue C M Y K H S L
Decimal 103 42 24 0 0.59 0.77 0.60 13.67 0.62 0.25
Hex 67 2A 18 0 3B 4D 3C E 3E 19
Octal 147 52 30 0 73 115 74 16 76 31
Binary 1100111 101010 11000 0 111011 1001101 111100 1110 111110 11001

Color Harmonies of #672A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672A18

Black with #672A18

Text Example


Text Example

White with #672A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672A18; }

 p { color: rgb(103,42,24); }

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

background-color css

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

 a { background-color: rgb(103,42,24); }

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

border-color css

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

 span { border-color: rgb(103,42,24); }

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