Html Css Color HEX #C57F30 Geebung

📋 copy color: '#C57F30'

red 197 ◦ green 127 ◦ blue 48

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

Shades of Geebung #C57F30

Tints of Geebung #C57F30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.9%

R = 52.96%
G = 34.14%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C57F30 (or 0xC57F30) is known color: Geebung. HEX triplet: C5, 7F and 30. RGB value is (197,127,48). Sum of RGB (Red+Green+Blue) = 197+127+48=372 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.96% from 372); Green value is 127 (50% from 255 or 34.14% from 372); Blue value is 48 (19.14% from 255 or 12.90% from 372); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57F30 is #3A80CF. Grayscale: #8B8B8B. Windows color (decimal): -3834064 or 3178437. OLE color: 3178437.

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

Color convert

RGB 197 127 48 -
CMYK 0 0.36 0.76 0.23
HSL 31.81º 0.61% 0.48% -
HSV(B) 31.81º 0.76% 0.77% -
XYZ 31.15 27.26 6.42 -
YUV 138.92 76.69 169.42 -
System Red Green Blue C M Y K H S L
Decimal 197 127 48 0 0.36 0.76 0.23 31.81 0.61 0.48
Hex C5 7F 30 0 24 4C 17 20 3D 30
Octal 305 177 60 0 44 114 27 40 75 60
Binary 11000101 1111111 110000 0 100100 1001100 10111 100000 111101 110000

Color Harmonies of #C57F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57F30

Black with #C57F30

Text Example


Text Example

White with #C57F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57F30; }

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

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

background-color css

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

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

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

border-color css

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

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

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