Html Css Color HEX #C08536 Geebung

📋 copy color: '#C08536'

red 192 ◦ green 133 ◦ blue 54

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

Shades of Geebung #C08536

Tints of Geebung #C08536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 14.25%

R = 50.66%
G = 35.09%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C08536 (or 0xC08536) is known color: Geebung. HEX triplet: C0, 85 and 36. RGB value is (192,133,54). Sum of RGB (Red+Green+Blue) = 192+133+54=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 54 (21.48% from 255 or 14.25% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C08536 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08536 is #3F7AC9. Grayscale: #8E8E8E. Windows color (decimal): -4160202 or 3573184. OLE color: 3573184.

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

Color convert

RGB 192 133 54 -
CMYK 0 0.31 0.72 0.25
HSL 34.35º 0.56% 0.48% -
HSV(B) 34.35º 0.72% 0.75% -
XYZ 30.79 28.25 7.32 -
YUV 141.64 78.55 163.92 -
System Red Green Blue C M Y K H S L
Decimal 192 133 54 0 0.31 0.72 0.25 34.35 0.56 0.48
Hex C0 85 36 0 1F 48 19 22 38 30
Octal 300 205 66 0 37 110 31 42 70 60
Binary 11000000 10000101 110110 0 11111 1001000 11001 100010 111000 110000

Color Harmonies of #C08536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08536

Black with #C08536

Text Example


Text Example

White with #C08536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08536; }

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

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

background-color css

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

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

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

border-color css

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

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

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