Html Css Color HEX #C0872E Geebung

📋 copy color: '#C0872E'

red 192 ◦ green 135 ◦ blue 46

#C0872E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Geebung #C0872E

Tints of Geebung #C0872E

RGB

 RED value IS 192 (75.39% from 255) = 51.47%

 GREEN value IS 135 (53.13% from 255) = 36.19%

 BLUE value IS 46 (18.36% from 255) = 12.33%

R = 51.47%
G = 36.19%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#C0872E (or 0xC0872E) is known color: Geebung. HEX triplet: C0, 87 and 2E. RGB value is (192,135,46). Sum of RGB (Red+Green+Blue) = 192+135+46=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 46 (18.36% from 255 or 12.33% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C0872E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0872E is #3F78D1. Grayscale: #8E8E8E. Windows color (decimal): -4159698 or 3049408. OLE color: 3049408.

HSL color Cylindrical-coordinate representation of color #C0872E: hue angle of 36.58º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C0872E is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 135 46 -
CMYK 0 0.30 0.76 0.25
HSL 36.58º 0.61% 0.47% -
HSV(B) 36.58º 0.76% 0.75% -
XYZ 30.9 28.73 6.5 -
YUV 141.9 73.88 163.74 -
System Red Green Blue C M Y K H S L
Decimal 192 135 46 0 0.30 0.76 0.25 36.58 0.61 0.47
Hex C0 87 2E 0 1E 4C 19 25 3D 2F
Octal 300 207 56 0 36 114 31 45 75 57
Binary 11000000 10000111 101110 0 11110 1001100 11001 100101 111101 101111

Color Harmonies of #C0872E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0872E

Black with #C0872E

Text Example


Text Example

White with #C0872E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0872E; }

 p { color: rgb(192,135,46); }

 H1.HeaderClassName
 {
   color: #C0872E;
 }
 .AnyTagClassName
 {
   color: #C0872E;
 }
</style>

background-color css

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

 a { background-color: rgb(192,135,46); }

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

border-color css

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

 span { border-color: rgb(192,135,46); }

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