Html Css Color HEX #C57F2D Geebung

📋 copy color: '#C57F2D'

red 197 ◦ green 127 ◦ blue 45

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

Shades of Geebung #C57F2D

Tints of Geebung #C57F2D

RGB

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

 GREEN value IS 127 (50% from 255) = 34.42%

 BLUE value IS 45 (17.97% from 255) = 12.2%

R = 53.39%
G = 34.42%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C57F2D (or 0xC57F2D) is known color: Geebung. HEX triplet: C5, 7F and 2D. RGB value is (197,127,45). Sum of RGB (Red+Green+Blue) = 197+127+45=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 45 (17.97% from 255 or 12.20% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57F2D is #3A80D2. Grayscale: #8A8A8A. Windows color (decimal): -3834067 or 2981829. OLE color: 2981829.

HSL color Cylindrical-coordinate representation of color #C57F2D: hue angle of 32.37º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C57F2D is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 127 45 -
CMYK 0 0.36 0.77 0.23
HSL 32.37º 0.63% 0.47% -
HSV(B) 32.37º 0.77% 0.77% -
XYZ 31.09 27.24 6.1 -
YUV 138.58 75.19 169.67 -
System Red Green Blue C M Y K H S L
Decimal 197 127 45 0 0.36 0.77 0.23 32.37 0.63 0.47
Hex C5 7F 2D 0 24 4D 17 20 3F 2F
Octal 305 177 55 0 44 115 27 40 77 57
Binary 11000101 1111111 101101 0 100100 1001101 10111 100000 111111 101111

Color Harmonies of #C57F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57F2D

Black with #C57F2D

Text Example


Text Example

White with #C57F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57F2D; }

 p { color: rgb(197,127,45); }

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

background-color css

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

 a { background-color: rgb(197,127,45); }

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

border-color css

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

 span { border-color: rgb(197,127,45); }

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