Html Css Color HEX #C58D2C Geebung

📋 copy color: '#C58D2C'

red 197 ◦ green 141 ◦ blue 44

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

Shades of Geebung #C58D2C

Tints of Geebung #C58D2C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.91%

 BLUE value IS 44 (17.58% from 255) = 11.52%

R = 51.57%
G = 36.91%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C58D2C (or 0xC58D2C) is known color: Geebung. HEX triplet: C5, 8D and 2C. RGB value is (197,141,44). Sum of RGB (Red+Green+Blue) = 197+141+44=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 141 (55.47% from 255 or 36.91% from 382); Blue value is 44 (17.58% from 255 or 11.52% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C58D2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58D2C is #3A72D3. Grayscale: #939393. Windows color (decimal): -3830484 or 2919877. OLE color: 2919877.

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

Color convert

RGB 197 141 44 -
CMYK 0 0.28 0.78 0.23
HSL 38.04º 0.63% 0.47% -
HSV(B) 38.04º 0.78% 0.77% -
XYZ 33.01 31.1 6.65 -
YUV 146.69 70.05 163.89 -
System Red Green Blue C M Y K H S L
Decimal 197 141 44 0 0.28 0.78 0.23 38.04 0.63 0.47
Hex C5 8D 2C 0 1C 4E 17 26 3F 2F
Octal 305 215 54 0 34 116 27 46 77 57
Binary 11000101 10001101 101100 0 11100 1001110 10111 100110 111111 101111

Color Harmonies of #C58D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58D2C

Black with #C58D2C

Text Example


Text Example

White with #C58D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58D2C; }

 p { color: rgb(197,141,44); }

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

background-color css

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

 a { background-color: rgb(197,141,44); }

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

border-color css

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

 span { border-color: rgb(197,141,44); }

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