Html Css Color HEX #C57D28 Geebung

📋 copy color: '#C57D28'

red 197 ◦ green 125 ◦ blue 40

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

Shades of Geebung #C57D28

Tints of Geebung #C57D28

RGB

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

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

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

R = 54.42%
G = 34.53%
B = 11.05%

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

#C57D28 (or 0xC57D28) is known color: Geebung. HEX triplet: C5, 7D and 28. RGB value is (197,125,40). Sum of RGB (Red+Green+Blue) = 197+125+40=362 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.42% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 40 (16.02% from 255 or 11.05% from 362); Max value from RGB is 197 - color contains mainly: red. Hex color #C57D28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57D28 is #3A82D7. Grayscale: #898989. Windows color (decimal): -3834584 or 2653637. OLE color: 2653637.

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

Color convert

RGB 197 125 40 -
CMYK 0 0.37 0.80 0.23
HSL 32.48º 0.66% 0.46% -
HSV(B) 32.48º 0.8% 0.77% -
XYZ 30.74 26.69 5.54 -
YUV 136.84 73.35 170.91 -
System Red Green Blue C M Y K H S L
Decimal 197 125 40 0 0.37 0.80 0.23 32.48 0.66 0.46
Hex C5 7D 28 0 25 50 17 20 42 2E
Octal 305 175 50 0 45 120 27 40 102 56
Binary 11000101 1111101 101000 0 100101 1010000 10111 100000 1000010 101110

Color Harmonies of #C57D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57D28

Black with #C57D28

Text Example


Text Example

White with #C57D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57D28; }

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

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

background-color css

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

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

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

border-color css

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

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

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