Html Css Color HEX #C28327 Geebung

📋 copy color: '#C28327'

red 194 ◦ green 131 ◦ blue 39

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

Shades of Geebung #C28327

Tints of Geebung #C28327

RGB

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

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

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

R = 53.3%
G = 35.99%
B = 10.71%

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

#C28327 (or 0xC28327) is known color: Geebung. HEX triplet: C2, 83 and 27. RGB value is (194,131,39). Sum of RGB (Red+Green+Blue) = 194+131+39=364 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.30% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 39 (15.62% from 255 or 10.71% from 364); Max value from RGB is 194 - color contains mainly: red. Hex color #C28327 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28327 is #3D7CD8. Grayscale: #8B8B8B. Windows color (decimal): -4029657 or 2589634. OLE color: 2589634.

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

Color convert

RGB 194 131 39 -
CMYK 0 0.32 0.80 0.24
HSL 35.61º 0.67% 0.46% -
HSV(B) 35.61º 0.8% 0.76% -
XYZ 30.73 27.85 5.68 -
YUV 139.35 71.37 166.98 -
System Red Green Blue C M Y K H S L
Decimal 194 131 39 0 0.32 0.80 0.24 35.61 0.67 0.46
Hex C2 83 27 0 20 50 18 24 43 2E
Octal 302 203 47 0 40 120 30 44 103 56
Binary 11000010 10000011 100111 0 100000 1010000 11000 100100 1000011 101110

Color Harmonies of #C28327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28327

Black with #C28327

Text Example


Text Example

White with #C28327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28327; }

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

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

background-color css

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

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

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

border-color css

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

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

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