Html Css Color HEX #672C18 Pueblo

📋 copy color: '#672C18'

red 103 ◦ green 44 ◦ blue 24

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

Shades of Pueblo #672C18

Tints of Pueblo #672C18

RGB

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

 GREEN value IS 44 (17.58% from 255) = 25.73%

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

R = 60.23%
G = 25.73%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.77

 K value IS 0.60

RGB Variations

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

Color information

#672C18 (or 0x672C18) is known color: Pueblo. HEX triplet: 67, 2C and 18. RGB value is (103,44,24). Sum of RGB (Red+Green+Blue) = 103+44+24=171 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.23% from 171); Green value is 44 (17.58% from 255 or 25.73% from 171); Blue value is 24 (9.77% from 255 or 14.04% from 171); Max value from RGB is 103 - color contains mainly: red. Hex color #672C18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672C18 is #98D3E7. Grayscale: #3B3B3B. Windows color (decimal): -10015720 or 1584231. OLE color: 1584231.

HSL color Cylindrical-coordinate representation of color #672C18: hue angle of 15.19º 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 #672C18 is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 44 24 -
CMYK 0 0.57 0.77 0.60
HSL 15.19º 0.62% 0.25% -
HSV(B) 15.19º 0.77% 0.4% -
XYZ 6.66 4.75 1.43 -
YUV 59.36 108.05 159.13 -
System Red Green Blue C M Y K H S L
Decimal 103 44 24 0 0.57 0.77 0.60 15.19 0.62 0.25
Hex 67 2C 18 0 39 4D 3C F 3E 19
Octal 147 54 30 0 71 115 74 17 76 31
Binary 1100111 101100 11000 0 111001 1001101 111100 1111 111110 11001

Color Harmonies of #672C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672C18

Black with #672C18

Text Example


Text Example

White with #672C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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