Html Css Color HEX #C5842B Geebung

📋 copy color: '#C5842B'

red 197 ◦ green 132 ◦ blue 43

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

Shades of Geebung #C5842B

Tints of Geebung #C5842B

RGB

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

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

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

R = 52.96%
G = 35.48%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C5842B (or 0xC5842B) is known color: Geebung. HEX triplet: C5, 84 and 2B. RGB value is (197,132,43). Sum of RGB (Red+Green+Blue) = 197+132+43=372 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.96% from 372); Green value is 132 (51.95% from 255 or 35.48% from 372); Blue value is 43 (17.19% from 255 or 11.56% from 372); Max value from RGB is 197 - color contains mainly: red. Hex color #C5842B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5842B is #3A7BD4. Grayscale: #8D8D8D. Windows color (decimal): -3832789 or 2852037. OLE color: 2852037.

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

Color convert

RGB 197 132 43 -
CMYK 0 0.33 0.78 0.23
HSL 34.68º 0.64% 0.47% -
HSV(B) 34.68º 0.78% 0.77% -
XYZ 31.71 28.55 6.12 -
YUV 141.29 72.53 167.74 -
System Red Green Blue C M Y K H S L
Decimal 197 132 43 0 0.33 0.78 0.23 34.68 0.64 0.47
Hex C5 84 2B 0 21 4E 17 23 40 2F
Octal 305 204 53 0 41 116 27 43 100 57
Binary 11000101 10000100 101011 0 100001 1001110 10111 100011 1000000 101111

Color Harmonies of #C5842B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5842B

Black with #C5842B

Text Example


Text Example

White with #C5842B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5842B; }

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

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

background-color css

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

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

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

border-color css

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

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

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