Html Css Color HEX #C18134 Geebung

📋 copy color: '#C18134'

red 193 ◦ green 129 ◦ blue 52

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

Shades of Geebung #C18134

Tints of Geebung #C18134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.9%

R = 51.6%
G = 34.49%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C18134 (or 0xC18134) is known color: Geebung. HEX triplet: C1, 81 and 34. RGB value is (193,129,52). Sum of RGB (Red+Green+Blue) = 193+129+52=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 129 (50.78% from 255 or 34.49% from 374); Blue value is 52 (20.70% from 255 or 13.90% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C18134 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18134 is #3E7ECB. Grayscale: #8B8B8B. Windows color (decimal): -4095692 or 3441089. OLE color: 3441089.

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

Color convert

RGB 193 129 52 -
CMYK 0 0.33 0.73 0.24
HSL 32.77º 0.58% 0.48% -
HSV(B) 32.77º 0.73% 0.76% -
XYZ 30.46 27.29 6.91 -
YUV 139.36 78.7 166.26 -
System Red Green Blue C M Y K H S L
Decimal 193 129 52 0 0.33 0.73 0.24 32.77 0.58 0.48
Hex C1 81 34 0 21 49 18 21 3A 30
Octal 301 201 64 0 41 111 30 41 72 60
Binary 11000001 10000001 110100 0 100001 1001001 11000 100001 111010 110000

Color Harmonies of #C18134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18134

Black with #C18134

Text Example


Text Example

White with #C18134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18134; }

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

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

background-color css

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

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

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

border-color css

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

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

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