Html Css Color HEX #C18132 Geebung

📋 copy color: '#C18132'

red 193 ◦ green 129 ◦ blue 50

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

Shades of Geebung #C18132

Tints of Geebung #C18132

RGB

 RED value IS 193 (75.78% from 255) = 51.88%

 GREEN value IS 129 (50.78% from 255) = 34.68%

 BLUE value IS 50 (19.92% from 255) = 13.44%

R = 51.88%
G = 34.68%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C18132 (or 0xC18132) is known color: Geebung. HEX triplet: C1, 81 and 32. RGB value is (193,129,50). Sum of RGB (Red+Green+Blue) = 193+129+50=372 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.88% from 372); Green value is 129 (50.78% from 255 or 34.68% from 372); Blue value is 50 (19.92% from 255 or 13.44% from 372); Max value from RGB is 193 - color contains mainly: red. Hex color #C18132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18132 is #3E7ECD. Grayscale: #8B8B8B. Windows color (decimal): -4095694 or 3310017. OLE color: 3310017.

HSL color Cylindrical-coordinate representation of color #C18132: hue angle of 33.15º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C18132 is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 129 50 -
CMYK 0 0.33 0.74 0.24
HSL 33.15º 0.59% 0.48% -
HSV(B) 33.15º 0.74% 0.76% -
XYZ 30.42 27.27 6.68 -
YUV 139.13 77.7 166.42 -
System Red Green Blue C M Y K H S L
Decimal 193 129 50 0 0.33 0.74 0.24 33.15 0.59 0.48
Hex C1 81 32 0 21 4A 18 21 3B 30
Octal 301 201 62 0 41 112 30 41 73 60
Binary 11000001 10000001 110010 0 100001 1001010 11000 100001 111011 110000

Color Harmonies of #C18132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18132

Black with #C18132

Text Example


Text Example

White with #C18132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18132; }

 p { color: rgb(193,129,50); }

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

background-color css

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

 a { background-color: rgb(193,129,50); }

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

border-color css

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

 span { border-color: rgb(193,129,50); }

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