Html Css Color HEX #C08527 Geebung

📋 copy color: '#C08527'

red 192 ◦ green 133 ◦ blue 39

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

Shades of Geebung #C08527

Tints of Geebung #C08527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.71%

R = 52.75%
G = 36.54%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C08527 (or 0xC08527) is known color: Geebung. HEX triplet: C0, 85 and 27. RGB value is (192,133,39). Sum of RGB (Red+Green+Blue) = 192+133+39=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 39 (15.62% from 255 or 10.71% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C08527 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08527 is #3F7AD8. Grayscale: #8C8C8C. Windows color (decimal): -4160217 or 2590144. OLE color: 2590144.

HSL color Cylindrical-coordinate representation of color #C08527: hue angle of 36.86º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C08527 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 133 39 -
CMYK 0 0.31 0.80 0.25
HSL 36.86º 0.66% 0.45% -
HSV(B) 36.86º 0.8% 0.75% -
XYZ 30.49 28.13 5.74 -
YUV 139.93 71.05 165.14 -
System Red Green Blue C M Y K H S L
Decimal 192 133 39 0 0.31 0.80 0.25 36.86 0.66 0.45
Hex C0 85 27 0 1F 50 19 25 42 2D
Octal 300 205 47 0 37 120 31 45 102 55
Binary 11000000 10000101 100111 0 11111 1010000 11001 100101 1000010 101101

Color Harmonies of #C08527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08527

Black with #C08527

Text Example


Text Example

White with #C08527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08527; }

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

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

background-color css

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

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

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

border-color css

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

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

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