Html Css Color HEX #C28429 Geebung

📋 copy color: '#C28429'

red 194 ◦ green 132 ◦ blue 41

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

Shades of Geebung #C28429

Tints of Geebung #C28429

RGB

 RED value IS 194 (76.17% from 255) = 52.86%

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

 BLUE value IS 41 (16.41% from 255) = 11.17%

R = 52.86%
G = 35.97%
B = 11.17%

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

#C28429 (or 0xC28429) is known color: Geebung. HEX triplet: C2, 84 and 29. RGB value is (194,132,41). Sum of RGB (Red+Green+Blue) = 194+132+41=367 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.86% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 41 (16.41% from 255 or 11.17% from 367); Max value from RGB is 194 - color contains mainly: red. Hex color #C28429 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28429 is #3D7BD6. Grayscale: #8C8C8C. Windows color (decimal): -4029399 or 2720962. OLE color: 2720962.

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

Color convert

RGB 194 132 41 -
CMYK 0 0.32 0.79 0.24
HSL 35.69º 0.65% 0.46% -
HSV(B) 35.69º 0.79% 0.76% -
XYZ 30.9 28.13 5.9 -
YUV 140.16 72.04 166.4 -
System Red Green Blue C M Y K H S L
Decimal 194 132 41 0 0.32 0.79 0.24 35.69 0.65 0.46
Hex C2 84 29 0 20 4F 18 24 41 2E
Octal 302 204 51 0 40 117 30 44 101 56
Binary 11000010 10000100 101001 0 100000 1001111 11000 100100 1000001 101110

Color Harmonies of #C28429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28429

Black with #C28429

Text Example


Text Example

White with #C28429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28429; }

 p { color: rgb(194,132,41); }

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

background-color css

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

 a { background-color: rgb(194,132,41); }

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

border-color css

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

 span { border-color: rgb(194,132,41); }

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