Html Css Color HEX #C28727 Geebung

📋 copy color: '#C28727'

red 194 ◦ green 135 ◦ blue 39

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

Shades of Geebung #C28727

Tints of Geebung #C28727

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.68%

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

R = 52.72%
G = 36.68%
B = 10.6%

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

#C28727 (or 0xC28727) is known color: Geebung. HEX triplet: C2, 87 and 27. RGB value is (194,135,39). Sum of RGB (Red+Green+Blue) = 194+135+39=368 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.72% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 39 (15.62% from 255 or 10.60% from 368); Max value from RGB is 194 - color contains mainly: red. Hex color #C28727 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28727 is #3D78D8. Grayscale: #8E8E8E. Windows color (decimal): -4028633 or 2590658. OLE color: 2590658.

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

Color convert

RGB 194 135 39 -
CMYK 0 0.30 0.80 0.24
HSL 37.16º 0.67% 0.46% -
HSV(B) 37.16º 0.8% 0.76% -
XYZ 31.28 28.94 5.86 -
YUV 141.7 70.05 165.31 -
System Red Green Blue C M Y K H S L
Decimal 194 135 39 0 0.30 0.80 0.24 37.16 0.67 0.46
Hex C2 87 27 0 1E 50 18 25 43 2E
Octal 302 207 47 0 36 120 30 45 103 56
Binary 11000010 10000111 100111 0 11110 1010000 11000 100101 1000011 101110

Color Harmonies of #C28727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28727

Black with #C28727

Text Example


Text Example

White with #C28727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28727; }

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

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

background-color css

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

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

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

border-color css

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

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

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