Html Css Color HEX #C58031 Geebung

📋 copy color: '#C58031'

red 197 ◦ green 128 ◦ blue 49

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

Shades of Geebung #C58031

Tints of Geebung #C58031

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.22%

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

R = 52.67%
G = 34.22%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C58031 (or 0xC58031) is known color: Geebung. HEX triplet: C5, 80 and 31. RGB value is (197,128,49). Sum of RGB (Red+Green+Blue) = 197+128+49=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 128 (50.39% from 255 or 34.22% from 374); Blue value is 49 (19.53% from 255 or 13.10% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C58031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58031 is #3A7FCE. Grayscale: #8C8C8C. Windows color (decimal): -3833807 or 3244229. OLE color: 3244229.

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

Color convert

RGB 197 128 49 -
CMYK 0 0.35 0.75 0.23
HSL 32.03º 0.6% 0.48% -
HSV(B) 32.03º 0.75% 0.77% -
XYZ 31.3 27.53 6.57 -
YUV 139.63 76.86 168.92 -
System Red Green Blue C M Y K H S L
Decimal 197 128 49 0 0.35 0.75 0.23 32.03 0.6 0.48
Hex C5 80 31 0 23 4B 17 20 3C 30
Octal 305 200 61 0 43 113 27 40 74 60
Binary 11000101 10000000 110001 0 100011 1001011 10111 100000 111100 110000

Color Harmonies of #C58031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58031

Black with #C58031

Text Example


Text Example

White with #C58031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58031; }

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

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

background-color css

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

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

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

border-color css

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

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

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