Html Css Color HEX #C28427 Geebung

📋 copy color: '#C28427'

red 194 ◦ green 132 ◦ blue 39

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

Shades of Geebung #C28427

Tints of Geebung #C28427

RGB

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

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

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

R = 53.15%
G = 36.16%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C28427 (or 0xC28427) is known color: Geebung. HEX triplet: C2, 84 and 27. RGB value is (194,132,39). Sum of RGB (Red+Green+Blue) = 194+132+39=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 39 (15.62% from 255 or 10.68% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C28427 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28427 is #3D7BD8. Grayscale: #8C8C8C. Windows color (decimal): -4029401 or 2589890. OLE color: 2589890.

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

Color convert

RGB 194 132 39 -
CMYK 0 0.32 0.80 0.24
HSL 36º 0.67% 0.46% -
HSV(B) 36º 0.8% 0.76% -
XYZ 30.87 28.12 5.72 -
YUV 139.94 71.04 166.56 -
System Red Green Blue C M Y K H S L
Decimal 194 132 39 0 0.32 0.80 0.24 36 0.67 0.46
Hex C2 84 27 0 20 50 18 24 43 2E
Octal 302 204 47 0 40 120 30 44 103 56
Binary 11000010 10000100 100111 0 100000 1010000 11000 100100 1000011 101110

Color Harmonies of #C28427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28427

Black with #C28427

Text Example


Text Example

White with #C28427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28427; }

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

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

background-color css

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

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

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

border-color css

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

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

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