#C3862F

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

Shades of Geebung #C3862F

Tints of Geebung #C3862F

Color information

#C3862F (or 0xC3862F) is unknown color: approx Geebung. HEX triplet: C3, 86 and 2F. RGB value is (195,134,47). Sum of RGB (Red+Green+Blue) = 195+134+47=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 47 (18.75% from 255 or 12.5% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C3862F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3862F is #3C79D0. Grayscale: #8E8E8E. Windows color (decimal): -3963345 or 3114691. OLE color: 3114691.

HSL color Cylindrical-coordinate representation of color #C3862F: hue angle of 35.27º degrees, saturation: 0.61, 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 #C3862F is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB19513447-
CMYK00.310.760.24
HSL35.27º61.16%47.45%-
HSV(B)35.27º75.9%76.47%-
XYZ31.5428.866.6-
YUV142.3274.21165.57-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 51.86%
GREEN value IS 134 (52.73% from 255) = 35.64%
BLUE value IS 47 (18.75% from 255) = 12.5%
R=51.86%
G=35.64%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.76
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951344700.310.760.2435.2761.1647.45
HexC3862F01F4C18233d2f
Octal3032065703711430437557
Binary1100001110000110101111011111100110011000100011111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3862F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3862F; }

 p { color: rgb(195,134,47); }

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

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

 a { background-color: rgb(195,134,47); }

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

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

 span { border-color: rgb(195,134,47); }

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