Html Css Color HEX #C18130 Geebung

📋 copy color: '#C18130'

red 193 ◦ green 129 ◦ blue 48

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

Shades of Geebung #C18130

Tints of Geebung #C18130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.97%

R = 52.16%
G = 34.86%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C18130 (or 0xC18130) is known color: Geebung. HEX triplet: C1, 81 and 30. RGB value is (193,129,48). Sum of RGB (Red+Green+Blue) = 193+129+48=370 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.16% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 48 (19.14% from 255 or 12.97% from 370); Max value from RGB is 193 - color contains mainly: red. Hex color #C18130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18130 is #3E7ECF. Grayscale: #8B8B8B. Windows color (decimal): -4095696 or 3178945. OLE color: 3178945.

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

Color convert

RGB 193 129 48 -
CMYK 0 0.33 0.75 0.24
HSL 33.52º 0.6% 0.47% -
HSV(B) 33.52º 0.75% 0.76% -
XYZ 30.38 27.25 6.46 -
YUV 138.9 76.7 166.59 -
System Red Green Blue C M Y K H S L
Decimal 193 129 48 0 0.33 0.75 0.24 33.52 0.6 0.47
Hex C1 81 30 0 21 4B 18 22 3C 2F
Octal 301 201 60 0 41 113 30 42 74 57
Binary 11000001 10000001 110000 0 100001 1001011 11000 100010 111100 101111

Color Harmonies of #C18130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18130

Black with #C18130

Text Example


Text Example

White with #C18130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18130; }

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

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

background-color css

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

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

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

border-color css

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

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

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