Html Css Color HEX #C18124 Geebung

📋 copy color: '#C18124'

red 193 ◦ green 129 ◦ blue 36

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

Shades of Geebung #C18124

Tints of Geebung #C18124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.06%

R = 53.91%
G = 36.03%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C18124 (or 0xC18124) is known color: Geebung. HEX triplet: C1, 81 and 24. RGB value is (193,129,36). Sum of RGB (Red+Green+Blue) = 193+129+36=358 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.91% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 36 (14.45% from 255 or 10.06% from 358); Max value from RGB is 193 - color contains mainly: red. Hex color #C18124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18124 is #3E7EDB. Grayscale: #898989. Windows color (decimal): -4095708 or 2392513. OLE color: 2392513.

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

Color convert

RGB 193 129 36 -
CMYK 0 0.33 0.81 0.24
HSL 35.54º 0.69% 0.45% -
HSV(B) 35.54º 0.81% 0.76% -
XYZ 30.16 27.17 5.32 -
YUV 137.53 70.7 167.56 -
System Red Green Blue C M Y K H S L
Decimal 193 129 36 0 0.33 0.81 0.24 35.54 0.69 0.45
Hex C1 81 24 0 21 51 18 24 45 2D
Octal 301 201 44 0 41 121 30 44 105 55
Binary 11000001 10000001 100100 0 100001 1010001 11000 100100 1000101 101101

Color Harmonies of #C18124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18124

Black with #C18124

Text Example


Text Example

White with #C18124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18124; }

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

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

background-color css

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

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

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

border-color css

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

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

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