Html Css Color HEX #C5852E Geebung

📋 copy color: '#C5852E'

red 197 ◦ green 133 ◦ blue 46

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

Shades of Geebung #C5852E

Tints of Geebung #C5852E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.37%

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

R = 52.39%
G = 35.37%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C5852E (or 0xC5852E) is known color: Geebung. HEX triplet: C5, 85 and 2E. RGB value is (197,133,46). Sum of RGB (Red+Green+Blue) = 197+133+46=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 46 (18.36% from 255 or 12.23% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C5852E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5852E is #3A7AD1. Grayscale: #8E8E8E. Windows color (decimal): -3832530 or 3048901. OLE color: 3048901.

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

Color convert

RGB 197 133 46 -
CMYK 0 0.32 0.77 0.23
HSL 34.57º 0.62% 0.48% -
HSV(B) 34.57º 0.77% 0.77% -
XYZ 31.91 28.84 6.47 -
YUV 142.22 73.7 167.07 -
System Red Green Blue C M Y K H S L
Decimal 197 133 46 0 0.32 0.77 0.23 34.57 0.62 0.48
Hex C5 85 2E 0 20 4D 17 23 3E 30
Octal 305 205 56 0 40 115 27 43 76 60
Binary 11000101 10000101 101110 0 100000 1001101 10111 100011 111110 110000

Color Harmonies of #C5852E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5852E

Black with #C5852E

Text Example


Text Example

White with #C5852E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5852E; }

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

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

background-color css

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

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

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

border-color css

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

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

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