Html Css Color HEX #C5822A Geebung

📋 copy color: '#C5822A'

red 197 ◦ green 130 ◦ blue 42

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

Shades of Geebung #C5822A

Tints of Geebung #C5822A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.38%

R = 53.39%
G = 35.23%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C5822A (or 0xC5822A) is known color: Geebung. HEX triplet: C5, 82 and 2A. RGB value is (197,130,42). Sum of RGB (Red+Green+Blue) = 197+130+42=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 42 (16.80% from 255 or 11.38% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C5822A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5822A is #3A7DD5. Grayscale: #8C8C8C. Windows color (decimal): -3833302 or 2785989. OLE color: 2785989.

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

Color convert

RGB 197 130 42 -
CMYK 0 0.34 0.79 0.23
HSL 34.06º 0.65% 0.47% -
HSV(B) 34.06º 0.79% 0.77% -
XYZ 31.43 28 5.94 -
YUV 140 72.7 168.66 -
System Red Green Blue C M Y K H S L
Decimal 197 130 42 0 0.34 0.79 0.23 34.06 0.65 0.47
Hex C5 82 2A 0 22 4F 17 22 41 2F
Octal 305 202 52 0 42 117 27 42 101 57
Binary 11000101 10000010 101010 0 100010 1001111 10111 100010 1000001 101111

Color Harmonies of #C5822A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5822A

Black with #C5822A

Text Example


Text Example

White with #C5822A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5822A; }

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

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

background-color css

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

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

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

border-color css

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

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

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