Html Css Color HEX #C18133 Geebung

📋 copy color: '#C18133'

red 193 ◦ green 129 ◦ blue 51

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

Shades of Geebung #C18133

Tints of Geebung #C18133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.67%

R = 51.74%
G = 34.58%
B = 13.67%

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

#C18133 (or 0xC18133) is known color: Geebung. HEX triplet: C1, 81 and 33. RGB value is (193,129,51). Sum of RGB (Red+Green+Blue) = 193+129+51=373 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.74% from 373); Green value is 129 (50.78% from 255 or 34.58% from 373); Blue value is 51 (20.31% from 255 or 13.67% from 373); Max value from RGB is 193 - color contains mainly: red. Hex color #C18133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18133 is #3E7ECC. Grayscale: #8B8B8B. Windows color (decimal): -4095693 or 3375553. OLE color: 3375553.

HSL color Cylindrical-coordinate representation of color #C18133: hue angle of 32.96º degrees, saturation: 0.58, 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 #C18133 is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 129 51 -
CMYK 0 0.33 0.74 0.24
HSL 32.96º 0.58% 0.48% -
HSV(B) 32.96º 0.74% 0.76% -
XYZ 30.44 27.28 6.79 -
YUV 139.24 78.2 166.34 -
System Red Green Blue C M Y K H S L
Decimal 193 129 51 0 0.33 0.74 0.24 32.96 0.58 0.48
Hex C1 81 33 0 21 4A 18 21 3A 30
Octal 301 201 63 0 41 112 30 41 72 60
Binary 11000001 10000001 110011 0 100001 1001010 11000 100001 111010 110000

Color Harmonies of #C18133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18133

Black with #C18133

Text Example


Text Example

White with #C18133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18133; }

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

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

background-color css

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

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

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

border-color css

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

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

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