Html Css Color HEX #C28834 Geebung

📋 copy color: '#C28834'

red 194 ◦ green 136 ◦ blue 52

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

Shades of Geebung #C28834

Tints of Geebung #C28834

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.6%

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

R = 50.79%
G = 35.6%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C28834 (or 0xC28834) is known color: Geebung. HEX triplet: C2, 88 and 34. RGB value is (194,136,52). Sum of RGB (Red+Green+Blue) = 194+136+52=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 52 (20.70% from 255 or 13.61% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C28834 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28834 is #3D77CB. Grayscale: #909090. Windows color (decimal): -4028364 or 3442882. OLE color: 3442882.

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

Color convert

RGB 194 136 52 -
CMYK 0 0.30 0.73 0.24
HSL 35.49º 0.58% 0.48% -
HSV(B) 35.49º 0.73% 0.76% -
XYZ 31.67 29.33 7.24 -
YUV 143.77 76.22 163.83 -
System Red Green Blue C M Y K H S L
Decimal 194 136 52 0 0.30 0.73 0.24 35.49 0.58 0.48
Hex C2 88 34 0 1E 49 18 23 3A 30
Octal 302 210 64 0 36 111 30 43 72 60
Binary 11000010 10001000 110100 0 11110 1001001 11000 100011 111010 110000

Color Harmonies of #C28834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28834

Black with #C28834

Text Example


Text Example

White with #C28834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28834; }

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

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

background-color css

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

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

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

border-color css

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

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

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