Html Css Color HEX #C5822C Geebung

📋 copy color: '#C5822C'

red 197 ◦ green 130 ◦ blue 44

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

Shades of Geebung #C5822C

Tints of Geebung #C5822C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.04%

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

R = 53.1%
G = 35.04%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C5822C (or 0xC5822C) is known color: Geebung. HEX triplet: C5, 82 and 2C. RGB value is (197,130,44). Sum of RGB (Red+Green+Blue) = 197+130+44=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 44 (17.58% from 255 or 11.86% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C5822C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5822C is #3A7DD3. Grayscale: #8C8C8C. Windows color (decimal): -3833300 or 2917061. OLE color: 2917061.

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

Color convert

RGB 197 130 44 -
CMYK 0 0.34 0.78 0.23
HSL 33.73º 0.63% 0.47% -
HSV(B) 33.73º 0.78% 0.77% -
XYZ 31.46 28.02 6.13 -
YUV 140.23 73.7 168.49 -
System Red Green Blue C M Y K H S L
Decimal 197 130 44 0 0.34 0.78 0.23 33.73 0.63 0.47
Hex C5 82 2C 0 22 4E 17 22 3F 2F
Octal 305 202 54 0 42 116 27 42 77 57
Binary 11000101 10000010 101100 0 100010 1001110 10111 100010 111111 101111

Color Harmonies of #C5822C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5822C

Black with #C5822C

Text Example


Text Example

White with #C5822C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5822C; }

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

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

background-color css

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

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

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

border-color css

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

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

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