Html Css Color HEX #C18430 Geebung

📋 copy color: '#C18430'

red 193 ◦ green 132 ◦ blue 48

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

Shades of Geebung #C18430

Tints of Geebung #C18430

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.39%

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

R = 51.74%
G = 35.39%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C18430 (or 0xC18430) is known color: Geebung. HEX triplet: C1, 84 and 30. RGB value is (193,132,48). Sum of RGB (Red+Green+Blue) = 193+132+48=373 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.74% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 48 (19.14% from 255 or 12.87% from 373); Max value from RGB is 193 - color contains mainly: red. Hex color #C18430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18430 is #3E7BCF. Grayscale: #8D8D8D. Windows color (decimal): -4094928 or 3179713. OLE color: 3179713.

HSL color Cylindrical-coordinate representation of color #C18430: hue angle of 34.76º 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 #C18430 is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 132 48 -
CMYK 0 0.32 0.75 0.24
HSL 34.76º 0.6% 0.47% -
HSV(B) 34.76º 0.75% 0.76% -
XYZ 30.78 28.05 6.59 -
YUV 140.66 75.71 165.33 -
System Red Green Blue C M Y K H S L
Decimal 193 132 48 0 0.32 0.75 0.24 34.76 0.6 0.47
Hex C1 84 30 0 20 4B 18 23 3C 2F
Octal 301 204 60 0 40 113 30 43 74 57
Binary 11000001 10000100 110000 0 100000 1001011 11000 100011 111100 101111

Color Harmonies of #C18430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18430

Black with #C18430

Text Example


Text Example

White with #C18430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18430; }

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

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

background-color css

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

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

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

border-color css

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

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

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