#C07F2B

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

Shades of Geebung #C07F2B

Tints of Geebung #C07F2B

Color information

#C07F2B (or 0xC07F2B) is unknown color: approx Geebung. HEX triplet: C0, 7F and 2B. RGB value is (192,127,43). Sum of RGB (Red+Green+Blue) = 192+127+43=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 43 (17.19% from 255 or 11.88% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07F2B is #3F80D4. Grayscale: #898989. Windows color (decimal): -4161749 or 2850752. OLE color: 2850752.

HSL color Cylindrical-coordinate representation of color #C07F2B: hue angle of 33.83º degrees, saturation: 0.63, 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 #C07F2B is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB19212743-
CMYK00.340.780.25
HSL33.83º63.4%46.08%-
HSV(B)33.83º77.6%75.29%-
XYZ29.7626.565.84-
YUV136.8675.03167.33-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.04%
GREEN value IS 127 (50% from 255) = 35.08%
BLUE value IS 43 (17.19% from 255) = 11.88%
R=53.04%
G=35.08%
B=11.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921274300.340.780.2533.8363.446.08
HexC07F2B0224E19223f2e
Octal3001775304211631427756
Binary1100000011111111010110100010100111011001100010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07F2B; }

 p { color: rgb(192,127,43); }

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

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

 a { background-color: rgb(192,127,43); }

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

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

 span { border-color: rgb(192,127,43); }

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