Html Css Color HEX #672A1B Pueblo

📋 copy color: '#672A1B'

red 103 ◦ green 42 ◦ blue 27

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

Shades of Pueblo #672A1B

Tints of Pueblo #672A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15.7%

R = 59.88%
G = 24.42%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.74

 K value IS 0.60

RGB Variations

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

Color information

#672A1B (or 0x672A1B) is known color: Pueblo. HEX triplet: 67, 2A and 1B. RGB value is (103,42,27). Sum of RGB (Red+Green+Blue) = 103+42+27=172 (22% of max value = 765). Red value is 103 (40.62% from 255 or 59.88% from 172); Green value is 42 (16.80% from 255 or 24.42% from 172); Blue value is 27 (10.94% from 255 or 15.70% from 172); Max value from RGB is 103 - color contains mainly: red. Hex color #672A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672A1B is #98D5E4. Grayscale: #3A3A3A. Windows color (decimal): -10016229 or 1780327. OLE color: 1780327.

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

Color convert

RGB 103 42 27 -
CMYK 0 0.59 0.74 0.60
HSL 11.84º 0.58% 0.25% -
HSV(B) 11.84º 0.74% 0.4% -
XYZ 6.62 4.62 1.58 -
YUV 58.53 110.21 159.72 -
System Red Green Blue C M Y K H S L
Decimal 103 42 27 0 0.59 0.74 0.60 11.84 0.58 0.25
Hex 67 2A 1B 0 3B 4A 3C C 3A 19
Octal 147 52 33 0 73 112 74 14 72 31
Binary 1100111 101010 11011 0 111011 1001010 111100 1100 111010 11001

Color Harmonies of #672A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672A1B

Black with #672A1B

Text Example


Text Example

White with #672A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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