Html Css Color HEX #C5852B Geebung

📋 copy color: '#C5852B'

red 197 ◦ green 133 ◦ blue 43

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

Shades of Geebung #C5852B

Tints of Geebung #C5852B

RGB

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

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

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

R = 52.82%
G = 35.66%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C5852B (or 0xC5852B) is known color: Geebung. HEX triplet: C5, 85 and 2B. RGB value is (197,133,43). Sum of RGB (Red+Green+Blue) = 197+133+43=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 43 (17.19% from 255 or 11.53% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C5852B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5852B is #3A7AD4. Grayscale: #8E8E8E. Windows color (decimal): -3832533 or 2852293. OLE color: 2852293.

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

Color convert

RGB 197 133 43 -
CMYK 0 0.32 0.78 0.23
HSL 35.06º 0.64% 0.47% -
HSV(B) 35.06º 0.78% 0.77% -
XYZ 31.85 28.82 6.17 -
YUV 141.88 72.2 167.32 -
System Red Green Blue C M Y K H S L
Decimal 197 133 43 0 0.32 0.78 0.23 35.06 0.64 0.47
Hex C5 85 2B 0 20 4E 17 23 40 2F
Octal 305 205 53 0 40 116 27 43 100 57
Binary 11000101 10000101 101011 0 100000 1001110 10111 100011 1000000 101111

Color Harmonies of #C5852B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5852B

Black with #C5852B

Text Example


Text Example

White with #C5852B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5852B; }

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

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

background-color css

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

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

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

border-color css

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

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

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