Html Css Color HEX #672D19 Pueblo

📋 copy color: '#672D19'

red 103 ◦ green 45 ◦ blue 25

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

Shades of Pueblo #672D19

Tints of Pueblo #672D19

RGB

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

 GREEN value IS 45 (17.97% from 255) = 26.01%

 BLUE value IS 25 (10.16% from 255) = 14.45%

R = 59.54%
G = 26.01%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.76

 K value IS 0.60

RGB Variations

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

Color information

#672D19 (or 0x672D19) is known color: Pueblo. HEX triplet: 67, 2D and 19. RGB value is (103,45,25). Sum of RGB (Red+Green+Blue) = 103+45+25=173 (22% of max value = 765). Red value is 103 (40.62% from 255 or 59.54% from 173); Green value is 45 (17.97% from 255 or 26.01% from 173); Blue value is 25 (10.16% from 255 or 14.45% from 173); Max value from RGB is 103 - color contains mainly: red. Hex color #672D19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672D19 is #98D2E6. Grayscale: #3C3C3C. Windows color (decimal): -10015463 or 1650023. OLE color: 1650023.

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

Color convert

RGB 103 45 25 -
CMYK 0 0.56 0.76 0.60
HSL 15.38º 0.61% 0.25% -
HSV(B) 15.38º 0.76% 0.4% -
XYZ 6.71 4.83 1.5 -
YUV 60.06 108.22 158.63 -
System Red Green Blue C M Y K H S L
Decimal 103 45 25 0 0.56 0.76 0.60 15.38 0.61 0.25
Hex 67 2D 19 0 38 4C 3C F 3D 19
Octal 147 55 31 0 70 114 74 17 75 31
Binary 1100111 101101 11001 0 111000 1001100 111100 1111 111101 11001

Color Harmonies of #672D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672D19

Black with #672D19

Text Example


Text Example

White with #672D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,45,25); }

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

background-color css

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

 a { background-color: rgb(103,45,25); }

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

border-color css

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

 span { border-color: rgb(103,45,25); }

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