Html Css Color HEX #C28336 Geebung

📋 copy color: '#C28336'

red 194 ◦ green 131 ◦ blue 54

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

Shades of Geebung #C28336

Tints of Geebung #C28336

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.56%

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

R = 51.19%
G = 34.56%
B = 14.25%

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

#C28336 (or 0xC28336) is known color: Geebung. HEX triplet: C2, 83 and 36. RGB value is (194,131,54). Sum of RGB (Red+Green+Blue) = 194+131+54=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 54 (21.48% from 255 or 14.25% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C28336 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28336 is #3D7CC9. Grayscale: #8D8D8D. Windows color (decimal): -4029642 or 3572674. OLE color: 3572674.

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

Color convert

RGB 194 131 54 -
CMYK 0 0.32 0.72 0.24
HSL 33º 0.56% 0.49% -
HSV(B) 33º 0.72% 0.76% -
XYZ 31.03 27.97 7.25 -
YUV 141.06 78.87 165.76 -
System Red Green Blue C M Y K H S L
Decimal 194 131 54 0 0.32 0.72 0.24 33 0.56 0.49
Hex C2 83 36 0 20 48 18 21 38 31
Octal 302 203 66 0 40 110 30 41 70 61
Binary 11000010 10000011 110110 0 100000 1001000 11000 100001 111000 110001

Color Harmonies of #C28336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28336

Black with #C28336

Text Example


Text Example

White with #C28336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28336; }

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

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

background-color css

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

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

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

border-color css

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

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

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