Html Css Color HEX #C28034 Geebung

📋 copy color: '#C28034'

red 194 ◦ green 128 ◦ blue 52

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

Shades of Geebung #C28034

Tints of Geebung #C28034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.9%

R = 51.87%
G = 34.22%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C28034 (or 0xC28034) is known color: Geebung. HEX triplet: C2, 80 and 34. RGB value is (194,128,52). Sum of RGB (Red+Green+Blue) = 194+128+52=374 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.87% from 374); Green value is 128 (50.39% from 255 or 34.22% from 374); Blue value is 52 (20.70% from 255 or 13.90% from 374); Max value from RGB is 194 - color contains mainly: red. Hex color #C28034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28034 is #3D7FCB. Grayscale: #8B8B8B. Windows color (decimal): -4030412 or 3440834. OLE color: 3440834.

HSL color Cylindrical-coordinate representation of color #C28034: hue angle of 32.11º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C28034 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 128 52 -
CMYK 0 0.34 0.73 0.24
HSL 32.11º 0.58% 0.48% -
HSV(B) 32.11º 0.73% 0.76% -
XYZ 30.59 27.16 6.88 -
YUV 139.07 78.87 167.18 -
System Red Green Blue C M Y K H S L
Decimal 194 128 52 0 0.34 0.73 0.24 32.11 0.58 0.48
Hex C2 80 34 0 22 49 18 20 3A 30
Octal 302 200 64 0 42 111 30 40 72 60
Binary 11000010 10000000 110100 0 100010 1001001 11000 100000 111010 110000

Color Harmonies of #C28034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28034

Black with #C28034

Text Example


Text Example

White with #C28034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28034; }

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

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

background-color css

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

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

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

border-color css

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

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

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