Html Css Color HEX #C08529 Geebung

📋 copy color: '#C08529'

red 192 ◦ green 133 ◦ blue 41

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

Shades of Geebung #C08529

Tints of Geebung #C08529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.2%

R = 52.46%
G = 36.34%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C08529 (or 0xC08529) is known color: Geebung. HEX triplet: C0, 85 and 29. RGB value is (192,133,41). Sum of RGB (Red+Green+Blue) = 192+133+41=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 41 (16.41% from 255 or 11.20% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C08529 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08529 is #3F7AD6. Grayscale: #8C8C8C. Windows color (decimal): -4160215 or 2721216. OLE color: 2721216.

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

Color convert

RGB 192 133 41 -
CMYK 0 0.31 0.79 0.25
HSL 36.56º 0.65% 0.46% -
HSV(B) 36.56º 0.79% 0.75% -
XYZ 30.53 28.14 5.92 -
YUV 140.15 72.05 164.98 -
System Red Green Blue C M Y K H S L
Decimal 192 133 41 0 0.31 0.79 0.25 36.56 0.65 0.46
Hex C0 85 29 0 1F 4F 19 25 41 2E
Octal 300 205 51 0 37 117 31 45 101 56
Binary 11000000 10000101 101001 0 11111 1001111 11001 100101 1000001 101110

Color Harmonies of #C08529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08529

Black with #C08529

Text Example


Text Example

White with #C08529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08529; }

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

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

background-color css

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

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

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

border-color css

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

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

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