Html Css Color HEX #C5802D Geebung

📋 copy color: '#C5802D'

red 197 ◦ green 128 ◦ blue 45

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

Shades of Geebung #C5802D

Tints of Geebung #C5802D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.16%

R = 53.24%
G = 34.59%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C5802D (or 0xC5802D) is known color: Geebung. HEX triplet: C5, 80 and 2D. RGB value is (197,128,45). Sum of RGB (Red+Green+Blue) = 197+128+45=370 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.24% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 45 (17.97% from 255 or 12.16% from 370); Max value from RGB is 197 - color contains mainly: red. Hex color #C5802D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5802D is #3A7FD2. Grayscale: #8B8B8B. Windows color (decimal): -3833811 or 2982085. OLE color: 2982085.

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

Color convert

RGB 197 128 45 -
CMYK 0 0.35 0.77 0.23
HSL 32.76º 0.63% 0.47% -
HSV(B) 32.76º 0.77% 0.77% -
XYZ 31.22 27.5 6.14 -
YUV 139.17 74.86 169.25 -
System Red Green Blue C M Y K H S L
Decimal 197 128 45 0 0.35 0.77 0.23 32.76 0.63 0.47
Hex C5 80 2D 0 23 4D 17 21 3F 2F
Octal 305 200 55 0 43 115 27 41 77 57
Binary 11000101 10000000 101101 0 100011 1001101 10111 100001 111111 101111

Color Harmonies of #C5802D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5802D

Black with #C5802D

Text Example


Text Example

White with #C5802D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5802D; }

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

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

background-color css

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

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

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

border-color css

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

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

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