Html Css Color HEX #672D29 Kenyan Copper

📋 copy color: '#672D29'

red 103 ◦ green 45 ◦ blue 41

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

Shades of Kenyan Copper #672D29

Tints of Kenyan Copper #672D29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 21.69%

R = 54.5%
G = 23.81%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.60

 K value IS 0.60

RGB Variations

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

Color information

#672D29 (or 0x672D29) is known color: Kenyan Copper. HEX triplet: 67, 2D and 29. RGB value is (103,45,41). Sum of RGB (Red+Green+Blue) = 103+45+41=189 (25% of max value = 765). Red value is 103 (40.62% from 255 or 54.50% from 189); Green value is 45 (17.97% from 255 or 23.81% from 189); Blue value is 41 (16.41% from 255 or 21.69% from 189); Max value from RGB is 103 - color contains mainly: red. Hex color #672D29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672D29 is #98D2D6. Grayscale: #3D3D3D. Windows color (decimal): -10015447 or 2698599. OLE color: 2698599.

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

Color convert

RGB 103 45 41 -
CMYK 0 0.56 0.60 0.60
HSL 3.87º 0.43% 0.28% -
HSV(B) 3.87º 0.6% 0.4% -
XYZ 6.93 4.92 2.68 -
YUV 61.89 116.22 157.33 -
System Red Green Blue C M Y K H S L
Decimal 103 45 41 0 0.56 0.60 0.60 3.87 0.43 0.28
Hex 67 2D 29 0 38 3C 3C 4 2B 1C
Octal 147 55 51 0 70 74 74 4 53 34
Binary 1100111 101101 101001 0 111000 111100 111100 100 101011 11100

Color Harmonies of #672D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672D29

Black with #672D29

Text Example


Text Example

White with #672D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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