Html Css Color HEX #C5802B Geebung

📋 copy color: '#C5802B'

red 197 ◦ green 128 ◦ blue 43

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

Shades of Geebung #C5802B

Tints of Geebung #C5802B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.68%

R = 53.53%
G = 34.78%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C5802B (or 0xC5802B) is known color: Geebung. HEX triplet: C5, 80 and 2B. RGB value is (197,128,43). Sum of RGB (Red+Green+Blue) = 197+128+43=368 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.53% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 43 (17.19% from 255 or 11.68% from 368); Max value from RGB is 197 - color contains mainly: red. Hex color #C5802B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5802B is #3A7FD4. Grayscale: #8B8B8B. Windows color (decimal): -3833813 or 2851013. OLE color: 2851013.

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

Color convert

RGB 197 128 43 -
CMYK 0 0.35 0.78 0.23
HSL 33.12º 0.64% 0.47% -
HSV(B) 33.12º 0.78% 0.77% -
XYZ 31.18 27.48 5.95 -
YUV 138.94 73.86 169.41 -
System Red Green Blue C M Y K H S L
Decimal 197 128 43 0 0.35 0.78 0.23 33.12 0.64 0.47
Hex C5 80 2B 0 23 4E 17 21 40 2F
Octal 305 200 53 0 43 116 27 41 100 57
Binary 11000101 10000000 101011 0 100011 1001110 10111 100001 1000000 101111

Color Harmonies of #C5802B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5802B

Black with #C5802B

Text Example


Text Example

White with #C5802B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5802B; }

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

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

background-color css

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

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

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

border-color css

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

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

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