Html Css Color HEX #C18129 Geebung

📋 copy color: '#C18129'

red 193 ◦ green 129 ◦ blue 41

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

Shades of Geebung #C18129

Tints of Geebung #C18129

RGB

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

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

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

R = 53.17%
G = 35.54%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C18129 (or 0xC18129) is known color: Geebung. HEX triplet: C1, 81 and 29. RGB value is (193,129,41). Sum of RGB (Red+Green+Blue) = 193+129+41=363 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.17% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 41 (16.41% from 255 or 11.29% from 363); Max value from RGB is 193 - color contains mainly: red. Hex color #C18129 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18129 is #3E7ED6. Grayscale: #8A8A8A. Windows color (decimal): -4095703 or 2720193. OLE color: 2720193.

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

Color convert

RGB 193 129 41 -
CMYK 0 0.33 0.79 0.24
HSL 34.74º 0.65% 0.46% -
HSV(B) 34.74º 0.79% 0.76% -
XYZ 30.24 27.2 5.75 -
YUV 138.1 73.2 167.16 -
System Red Green Blue C M Y K H S L
Decimal 193 129 41 0 0.33 0.79 0.24 34.74 0.65 0.46
Hex C1 81 29 0 21 4F 18 23 41 2E
Octal 301 201 51 0 41 117 30 43 101 56
Binary 11000001 10000001 101001 0 100001 1001111 11000 100011 1000001 101110

Color Harmonies of #C18129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18129

Black with #C18129

Text Example


Text Example

White with #C18129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18129; }

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

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

background-color css

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

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

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

border-color css

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

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

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