Html Css Color HEX #C57C28 Geebung

📋 copy color: '#C57C28'

red 197 ◦ green 124 ◦ blue 40

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

Shades of Geebung #C57C28

Tints of Geebung #C57C28

RGB

 RED value IS 197 (77.34% from 255) = 54.57%

 GREEN value IS 124 (48.83% from 255) = 34.35%

 BLUE value IS 40 (16.02% from 255) = 11.08%

R = 54.57%
G = 34.35%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C57C28 (or 0xC57C28) is known color: Geebung. HEX triplet: C5, 7C and 28. RGB value is (197,124,40). Sum of RGB (Red+Green+Blue) = 197+124+40=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 40 (16.02% from 255 or 11.08% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C57C28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57C28 is #3A83D7. Grayscale: #888888. Windows color (decimal): -3834840 or 2653381. OLE color: 2653381.

HSL color Cylindrical-coordinate representation of color #C57C28: hue angle of 32.1º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C57C28 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 124 40 -
CMYK 0 0.37 0.80 0.23
HSL 32.1º 0.66% 0.46% -
HSV(B) 32.1º 0.8% 0.77% -
XYZ 30.62 26.44 5.5 -
YUV 136.25 73.68 171.33 -
System Red Green Blue C M Y K H S L
Decimal 197 124 40 0 0.37 0.80 0.23 32.1 0.66 0.46
Hex C5 7C 28 0 25 50 17 20 42 2E
Octal 305 174 50 0 45 120 27 40 102 56
Binary 11000101 1111100 101000 0 100101 1010000 10111 100000 1000010 101110

Color Harmonies of #C57C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57C28

Black with #C57C28

Text Example


Text Example

White with #C57C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57C28; }

 p { color: rgb(197,124,40); }

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

background-color css

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

 a { background-color: rgb(197,124,40); }

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

border-color css

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

 span { border-color: rgb(197,124,40); }

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