Html Css Color HEX #C5842E Geebung

📋 copy color: '#C5842E'

red 197 ◦ green 132 ◦ blue 46

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

Shades of Geebung #C5842E

Tints of Geebung #C5842E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.2%

 BLUE value IS 46 (18.36% from 255) = 12.27%

R = 52.53%
G = 35.2%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C5842E (or 0xC5842E) is known color: Geebung. HEX triplet: C5, 84 and 2E. RGB value is (197,132,46). Sum of RGB (Red+Green+Blue) = 197+132+46=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 46 (18.36% from 255 or 12.27% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C5842E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5842E is #3A7BD1. Grayscale: #8E8E8E. Windows color (decimal): -3832786 or 3048645. OLE color: 3048645.

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

Color convert

RGB 197 132 46 -
CMYK 0 0.33 0.77 0.23
HSL 34.17º 0.62% 0.48% -
HSV(B) 34.17º 0.77% 0.77% -
XYZ 31.77 28.57 6.42 -
YUV 141.63 74.03 167.49 -
System Red Green Blue C M Y K H S L
Decimal 197 132 46 0 0.33 0.77 0.23 34.17 0.62 0.48
Hex C5 84 2E 0 21 4D 17 22 3E 30
Octal 305 204 56 0 41 115 27 42 76 60
Binary 11000101 10000100 101110 0 100001 1001101 10111 100010 111110 110000

Color Harmonies of #C5842E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5842E

Black with #C5842E

Text Example


Text Example

White with #C5842E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5842E; }

 p { color: rgb(197,132,46); }

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

background-color css

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

 a { background-color: rgb(197,132,46); }

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

border-color css

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

 span { border-color: rgb(197,132,46); }

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