Html Css Color HEX #C28827 Geebung

📋 copy color: '#C28827'

red 194 ◦ green 136 ◦ blue 39

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

Shades of Geebung #C28827

Tints of Geebung #C28827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.57%

R = 52.57%
G = 36.86%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C28827 (or 0xC28827) is known color: Geebung. HEX triplet: C2, 88 and 27. RGB value is (194,136,39). Sum of RGB (Red+Green+Blue) = 194+136+39=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 39 (15.62% from 255 or 10.57% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C28827 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28827 is #3D77D8. Grayscale: #8E8E8E. Windows color (decimal): -4028377 or 2590914. OLE color: 2590914.

HSL color Cylindrical-coordinate representation of color #C28827: hue angle of 37.55º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C28827 is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 136 39 -
CMYK 0 0.30 0.80 0.24
HSL 37.55º 0.67% 0.46% -
HSV(B) 37.55º 0.8% 0.76% -
XYZ 31.42 29.22 5.9 -
YUV 142.28 69.72 164.89 -
System Red Green Blue C M Y K H S L
Decimal 194 136 39 0 0.30 0.80 0.24 37.55 0.67 0.46
Hex C2 88 27 0 1E 50 18 26 43 2E
Octal 302 210 47 0 36 120 30 46 103 56
Binary 11000010 10001000 100111 0 11110 1010000 11000 100110 1000011 101110

Color Harmonies of #C28827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28827

Black with #C28827

Text Example


Text Example

White with #C28827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28827; }

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

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

background-color css

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

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

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

border-color css

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

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

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