Html Css Color HEX #C0882B Geebung

📋 copy color: '#C0882B'

red 192 ◦ green 136 ◦ blue 43

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

Shades of Geebung #C0882B

Tints of Geebung #C0882B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.66%

 BLUE value IS 43 (17.19% from 255) = 11.59%

R = 51.75%
G = 36.66%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C0882B (or 0xC0882B) is known color: Geebung. HEX triplet: C0, 88 and 2B. RGB value is (192,136,43). Sum of RGB (Red+Green+Blue) = 192+136+43=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 43 (17.19% from 255 or 11.59% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C0882B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0882B is #3F77D4. Grayscale: #8E8E8E. Windows color (decimal): -4159445 or 2853056. OLE color: 2853056.

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

Color convert

RGB 192 136 43 -
CMYK 0 0.29 0.78 0.25
HSL 37.45º 0.63% 0.46% -
HSV(B) 37.45º 0.78% 0.75% -
XYZ 30.98 28.99 6.25 -
YUV 142.14 72.05 163.56 -
System Red Green Blue C M Y K H S L
Decimal 192 136 43 0 0.29 0.78 0.25 37.45 0.63 0.46
Hex C0 88 2B 0 1D 4E 19 25 3F 2E
Octal 300 210 53 0 35 116 31 45 77 56
Binary 11000000 10001000 101011 0 11101 1001110 11001 100101 111111 101110

Color Harmonies of #C0882B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0882B

Black with #C0882B

Text Example


Text Example

White with #C0882B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0882B; }

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

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

background-color css

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

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

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

border-color css

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

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

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