#C0852A

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

Shades of Geebung #C0852A

Tints of Geebung #C0852A

Color information

#C0852A (or 0xC0852A) is unknown color: approx Geebung. HEX triplet: C0, 85 and 2A. RGB value is (192,133,42). Sum of RGB (Red+Green+Blue) = 192+133+42=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 42 (16.80% from 255 or 11.44% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C0852A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0852A is #3F7AD5. Grayscale: #8C8C8C. Windows color (decimal): -4160214 or 2786752. OLE color: 2786752.

HSL color Cylindrical-coordinate representation of color #C0852A: hue angle of 36.4º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C0852A is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB19213342-
CMYK00.310.780.25
HSL36.4º64.1%45.88%-
HSV(B)36.4º78.12%75.29%-
XYZ30.5428.156.01-
YUV140.2772.55164.9-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 52.32%
GREEN value IS 133 (52.34% from 255) = 36.24%
BLUE value IS 42 (16.80% from 255) = 11.44%
R=52.32%
G=36.24%
B=11.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921334200.310.780.2536.464.145.88
HexC0852A01F4E1924402e
Octal30020552037116314410056
Binary11000000100001011010100111111001110110011001001000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0852A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0852A; }

 p { color: rgb(192,133,42); }

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

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

 a { background-color: rgb(192,133,42); }

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

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

 span { border-color: rgb(192,133,42); }

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