#C4621A

Color #C4621A Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #C4621A

Tints of Chocolate #C4621A

Color information

#C4621A (or 0xC4621A) is unknown color: approx Chocolate. HEX triplet: C4, 62 and 1A. RGB value is (196,98,26). Sum of RGB (Red+Green+Blue) = 196+98+26=320 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.25% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 26 (10.55% from 255 or 8.12% from 320); Max value from RGB is 196 - color contains mainly: red. Hex color #C4621A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4621A is #3B9DE5. Grayscale: #777777. Windows color (decimal): -3907046 or 1729220. OLE color: 1729220.

HSL color Cylindrical-coordinate representation of color #C4621A: hue angle of 25.41º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C4621A is Cyan = 0, Magento = 0.5, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB1969826-
CMYK00.50.870.23
HSL25.41º76.58%43.53%-
HSV(B)25.41º86.73%76.86%-
XYZ27.3220.553.5-
YUV119.0975.47182.85-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 61.25%
GREEN value IS 98 (38.67% from 255) = 30.62%
BLUE value IS 26 (10.55% from 255) = 8.12%
R=61.25%
G=30.62%
B=8.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.87
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196982600.50.870.2325.4176.5843.53
HexC4621A0325717194d2c
Octal30414232062127273111554
Binary110001001100010110100110010101011110111110011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4621A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4621A; }

 p { color: rgb(196,98,26); }

 H1.HeaderClassName
 {
   color: #C4621A;
 }
 .AnyTagClassName
 {
   color: #C4621A;
 }
</style>
background-color css

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

 a { background-color: rgb(196,98,26); }

 div.DivClassName
 {
   background-color: #C4621A;
 }
 .BgClassName
 {
   background-color: #C4621A;
 }
</style>
border-color css

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

 span { border-color: rgb(196,98,26); }

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