Html Css Color HEX #C57D31 Geebung

📋 copy color: '#C57D31'

red 197 ◦ green 125 ◦ blue 49

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

Shades of Geebung #C57D31

Tints of Geebung #C57D31

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.69%

 BLUE value IS 49 (19.53% from 255) = 13.21%

R = 53.1%
G = 33.69%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C57D31 (or 0xC57D31) is known color: Geebung. HEX triplet: C5, 7D and 31. RGB value is (197,125,49). Sum of RGB (Red+Green+Blue) = 197+125+49=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 49 (19.53% from 255 or 13.21% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C57D31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57D31 is #3A82CE. Grayscale: #8A8A8A. Windows color (decimal): -3834575 or 3243461. OLE color: 3243461.

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

Color convert

RGB 197 125 49 -
CMYK 0 0.37 0.75 0.23
HSL 30.81º 0.6% 0.48% -
HSV(B) 30.81º 0.75% 0.77% -
XYZ 30.91 26.76 6.44 -
YUV 137.86 77.85 170.18 -
System Red Green Blue C M Y K H S L
Decimal 197 125 49 0 0.37 0.75 0.23 30.81 0.6 0.48
Hex C5 7D 31 0 25 4B 17 1F 3C 30
Octal 305 175 61 0 45 113 27 37 74 60
Binary 11000101 1111101 110001 0 100101 1001011 10111 11111 111100 110000

Color Harmonies of #C57D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57D31

Black with #C57D31

Text Example


Text Example

White with #C57D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57D31; }

 p { color: rgb(197,125,49); }

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

background-color css

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

 a { background-color: rgb(197,125,49); }

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

border-color css

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

 span { border-color: rgb(197,125,49); }

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