Html Css Color HEX #C18428 Geebung

📋 copy color: '#C18428'

red 193 ◦ green 132 ◦ blue 40

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

Shades of Geebung #C18428

Tints of Geebung #C18428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.96%

R = 52.88%
G = 36.16%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C18428 (or 0xC18428) is known color: Geebung. HEX triplet: C1, 84 and 28. RGB value is (193,132,40). Sum of RGB (Red+Green+Blue) = 193+132+40=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 40 (16.02% from 255 or 10.96% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C18428 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18428 is #3E7BD7. Grayscale: #8C8C8C. Windows color (decimal): -4094936 or 2655425. OLE color: 2655425.

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

Color convert

RGB 193 132 40 -
CMYK 0 0.32 0.79 0.24
HSL 36.08º 0.66% 0.46% -
HSV(B) 36.08º 0.79% 0.76% -
XYZ 30.63 27.99 5.8 -
YUV 139.75 71.71 165.98 -
System Red Green Blue C M Y K H S L
Decimal 193 132 40 0 0.32 0.79 0.24 36.08 0.66 0.46
Hex C1 84 28 0 20 4F 18 24 42 2E
Octal 301 204 50 0 40 117 30 44 102 56
Binary 11000001 10000100 101000 0 100000 1001111 11000 100100 1000010 101110

Color Harmonies of #C18428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18428

Black with #C18428

Text Example


Text Example

White with #C18428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18428; }

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

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

background-color css

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

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

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

border-color css

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

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

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