Html Css Color HEX #C28436 Geebung

📋 copy color: '#C28436'

red 194 ◦ green 132 ◦ blue 54

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

Shades of Geebung #C28436

Tints of Geebung #C28436

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 14.21%

R = 51.05%
G = 34.74%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C28436 (or 0xC28436) is known color: Geebung. HEX triplet: C2, 84 and 36. RGB value is (194,132,54). Sum of RGB (Red+Green+Blue) = 194+132+54=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 54 (21.48% from 255 or 14.21% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C28436 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28436 is #3D7BC9. Grayscale: #8E8E8E. Windows color (decimal): -4029386 or 3572930. OLE color: 3572930.

HSL color Cylindrical-coordinate representation of color #C28436: hue angle of 33.43º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C28436 is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 132 54 -
CMYK 0 0.32 0.72 0.24
HSL 33.43º 0.56% 0.49% -
HSV(B) 33.43º 0.72% 0.76% -
XYZ 31.17 28.24 7.3 -
YUV 141.65 78.54 165.34 -
System Red Green Blue C M Y K H S L
Decimal 194 132 54 0 0.32 0.72 0.24 33.43 0.56 0.49
Hex C2 84 36 0 20 48 18 21 38 31
Octal 302 204 66 0 40 110 30 41 70 61
Binary 11000010 10000100 110110 0 100000 1001000 11000 100001 111000 110001

Color Harmonies of #C28436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28436

Black with #C28436

Text Example


Text Example

White with #C28436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28436; }

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

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

background-color css

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

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

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

border-color css

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

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

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