Html Css Color HEX #652A28 Kenyan Copper

📋 copy color: '#652A28'

red 101 ◦ green 42 ◦ blue 40

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

Shades of Kenyan Copper #652A28

Tints of Kenyan Copper #652A28

RGB

 RED value IS 101 (39.84% from 255) = 55.19%

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

 BLUE value IS 40 (16.02% from 255) = 21.86%

R = 55.19%
G = 22.95%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0.60

RGB Variations

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

Color information

#652A28 (or 0x652A28) is known color: Kenyan Copper. HEX triplet: 65, 2A and 28. RGB value is (101,42,40). Sum of RGB (Red+Green+Blue) = 101+42+40=183 (24% of max value = 765). Red value is 101 (39.84% from 255 or 55.19% from 183); Green value is 42 (16.80% from 255 or 22.95% from 183); Blue value is 40 (16.02% from 255 or 21.86% from 183); Max value from RGB is 101 - color contains mainly: red. Hex color #652A28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652A28 is #9AD5D7. Grayscale: #3B3B3B. Windows color (decimal): -10147288 or 2632293. OLE color: 2632293.

HSL color Cylindrical-coordinate representation of color #652A28: hue angle of 1.97º 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 #652A28 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 42 40 -
CMYK 0 0.58 0.60 0.60
HSL 1.97º 0.43% 0.28% -
HSV(B) 1.97º 0.6% 0.4% -
XYZ 6.58 4.58 2.54 -
YUV 59.41 117.05 157.66 -
System Red Green Blue C M Y K H S L
Decimal 101 42 40 0 0.58 0.60 0.60 1.97 0.43 0.28
Hex 65 2A 28 0 3A 3C 3C 2 2B 1C
Octal 145 52 50 0 72 74 74 2 53 34
Binary 1100101 101010 101000 0 111010 111100 111100 10 101011 11100

Color Harmonies of #652A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652A28

Black with #652A28

Text Example


Text Example

White with #652A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652A28; }

 p { color: rgb(101,42,40); }

 H1.HeaderClassName
 {
   color: #652A28;
 }
 .AnyTagClassName
 {
   color: #652A28;
 }
</style>

background-color css

<style>
 a { background-color: #652A28; }

 a { background-color: rgb(101,42,40); }

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

border-color css

<style>
 span { border-color: #652A28; }

 span { border-color: rgb(101,42,40); }

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