Html Css Color HEX #C0852D Geebung

📋 copy color: '#C0852D'

red 192 ◦ green 133 ◦ blue 45

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

Shades of Geebung #C0852D

Tints of Geebung #C0852D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.95%

 BLUE value IS 45 (17.97% from 255) = 12.16%

R = 51.89%
G = 35.95%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#C0852D (or 0xC0852D) is known color: Geebung. HEX triplet: C0, 85 and 2D. RGB value is (192,133,45). Sum of RGB (Red+Green+Blue) = 192+133+45=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 45 (17.97% from 255 or 12.16% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C0852D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0852D is #3F7AD2. Grayscale: #8D8D8D. Windows color (decimal): -4160211 or 2983360. OLE color: 2983360.

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

Color convert

RGB 192 133 45 -
CMYK 0 0.31 0.77 0.25
HSL 35.92º 0.62% 0.46% -
HSV(B) 35.92º 0.77% 0.75% -
XYZ 30.6 28.17 6.31 -
YUV 140.61 74.05 164.66 -
System Red Green Blue C M Y K H S L
Decimal 192 133 45 0 0.31 0.77 0.25 35.92 0.62 0.46
Hex C0 85 2D 0 1F 4D 19 24 3E 2E
Octal 300 205 55 0 37 115 31 44 76 56
Binary 11000000 10000101 101101 0 11111 1001101 11001 100100 111110 101110

Color Harmonies of #C0852D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0852D

Black with #C0852D

Text Example


Text Example

White with #C0852D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0852D; }

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

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

background-color css

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

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

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

border-color css

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

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

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