Html Css Color HEX #C08329 Geebung

📋 copy color: '#C08329'

red 192 ◦ green 131 ◦ blue 41

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

Shades of Geebung #C08329

Tints of Geebung #C08329

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.99%

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

R = 52.75%
G = 35.99%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C08329 (or 0xC08329) is known color: Geebung. HEX triplet: C0, 83 and 29. RGB value is (192,131,41). Sum of RGB (Red+Green+Blue) = 192+131+41=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 41 (16.41% from 255 or 11.26% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C08329 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08329 is #3F7CD6. Grayscale: #8B8B8B. Windows color (decimal): -4160727 or 2720704. OLE color: 2720704.

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

Color convert

RGB 192 131 41 -
CMYK 0 0.32 0.79 0.25
HSL 35.76º 0.65% 0.46% -
HSV(B) 35.76º 0.79% 0.75% -
XYZ 30.25 27.6 5.83 -
YUV 138.98 72.71 165.82 -
System Red Green Blue C M Y K H S L
Decimal 192 131 41 0 0.32 0.79 0.25 35.76 0.65 0.46
Hex C0 83 29 0 20 4F 19 24 41 2E
Octal 300 203 51 0 40 117 31 44 101 56
Binary 11000000 10000011 101001 0 100000 1001111 11001 100100 1000001 101110

Color Harmonies of #C08329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08329

Black with #C08329

Text Example


Text Example

White with #C08329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08329; }

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

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

background-color css

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

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

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

border-color css

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

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

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