#C3782E

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

Shades of Meteor #C3782E

Tints of Meteor #C3782E

Color information

#C3782E (or 0xC3782E) is unknown color: approx Meteor. HEX triplet: C3, 78 and 2E. RGB value is (195,120,46). Sum of RGB (Red+Green+Blue) = 195+120+46=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 46 (18.36% from 255 or 12.74% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C3782E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3782E is #3C87D1. Grayscale: #868686. Windows color (decimal): -3966930 or 3045571. OLE color: 3045571.

HSL color Cylindrical-coordinate representation of color #C3782E: hue angle of 29.8º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C3782E is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB19512046-
CMYK00.380.760.24
HSL29.8º61.83%47.25%-
HSV(B)29.8º76.41%76.47%-
XYZ29.7225.235.89-
YUV133.9978.35171.52-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 54.02%
GREEN value IS 120 (47.27% from 255) = 33.24%
BLUE value IS 46 (18.36% from 255) = 12.74%
R=54.02%
G=33.24%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.76
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951204600.380.760.2429.861.8347.25
HexC3782E0264C181e3e2f
Octal3031705604611430367657
Binary110000111111000101110010011010011001100011110111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3782E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3782E; }

 p { color: rgb(195,120,46); }

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

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

 a { background-color: rgb(195,120,46); }

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

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

 span { border-color: rgb(195,120,46); }

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