#C7671B

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

Shades of Chocolate #C7671B

Tints of Chocolate #C7671B

Color information

#C7671B (or 0xC7671B) is unknown color: approx Chocolate. HEX triplet: C7, 67 and 1B. RGB value is (199,103,27). Sum of RGB (Red+Green+Blue) = 199+103+27=329 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.49% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 27 (10.94% from 255 or 8.21% from 329); Max value from RGB is 199 - color contains mainly: red. Hex color #C7671B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7671B is #3898E4. Grayscale: #7B7B7B. Windows color (decimal): -3709157 or 1796039. OLE color: 1796039.

HSL color Cylindrical-coordinate representation of color #C7671B: hue angle of 26.51º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C7671B is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB19910327-
CMYK00.480.860.22
HSL26.51º76.11%44.31%-
HSV(B)26.51º86.43%78.04%-
XYZ28.621.923.76-
YUV123.0473.8182.18-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 60.49%
GREEN value IS 103 (40.62% from 255) = 31.31%
BLUE value IS 27 (10.94% from 255) = 8.21%
R=60.49%
G=31.31%
B=8.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.86
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991032700.480.860.2226.5176.1144.31
HexC7671B03056161b4c2c
Octal30714733060126263311454
Binary110001111100111110110110000101011010110110111001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7671B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7671B; }

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

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

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

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

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

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

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

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