#C3851B

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

Shades of Geebung #C3851B

Tints of Geebung #C3851B

Color information

#C3851B (or 0xC3851B) is unknown color: approx Geebung. HEX triplet: C3, 85 and 1B. RGB value is (195,133,27). Sum of RGB (Red+Green+Blue) = 195+133+27=355 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.93% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 27 (10.94% from 255 or 7.61% from 355); Max value from RGB is 195 - color contains mainly: red. Hex color #C3851B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3851B is #3C7AE4. Grayscale: #8B8B8B. Windows color (decimal): -3963621 or 1803715. OLE color: 1803715.

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

Color convert

RGB19513327-
CMYK00.320.860.24
HSL37.86º75.68%43.53%-
HSV(B)37.86º86.15%76.47%-
XYZ31.0928.464.89-
YUV139.4564.54167.62-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 54.93%
GREEN value IS 133 (52.34% from 255) = 37.46%
BLUE value IS 27 (10.94% from 255) = 7.61%
R=54.93%
G=37.46%
B=7.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951332700.320.860.2437.8675.6843.53
HexC3851B0205618264c2c
Octal30320533040126304611454
Binary11000011100001011101101000001010110110001001101001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3851B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3851B; }

 p { color: rgb(195,133,27); }

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

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

 a { background-color: rgb(195,133,27); }

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

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

 span { border-color: rgb(195,133,27); }

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