Html Css Color HEX #C28029 Geebung

📋 copy color: '#C28029'

red 194 ◦ green 128 ◦ blue 41

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

Shades of Geebung #C28029

Tints of Geebung #C28029

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.26%

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

R = 53.44%
G = 35.26%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C28029 (or 0xC28029) is known color: Geebung. HEX triplet: C2, 80 and 29. RGB value is (194,128,41). Sum of RGB (Red+Green+Blue) = 194+128+41=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 41 (16.41% from 255 or 11.29% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C28029 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28029 is #3D7FD6. Grayscale: #8A8A8A. Windows color (decimal): -4030423 or 2719938. OLE color: 2719938.

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

Color convert

RGB 194 128 41 -
CMYK 0 0.34 0.79 0.24
HSL 34.12º 0.65% 0.46% -
HSV(B) 34.12º 0.79% 0.76% -
XYZ 30.37 27.07 5.72 -
YUV 137.82 73.37 168.07 -
System Red Green Blue C M Y K H S L
Decimal 194 128 41 0 0.34 0.79 0.24 34.12 0.65 0.46
Hex C2 80 29 0 22 4F 18 22 41 2E
Octal 302 200 51 0 42 117 30 42 101 56
Binary 11000010 10000000 101001 0 100010 1001111 11000 100010 1000001 101110

Color Harmonies of #C28029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28029

Black with #C28029

Text Example


Text Example

White with #C28029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28029; }

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

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

background-color css

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

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

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

border-color css

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

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

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