Html Css Color HEX #C5861D Geebung

📋 copy color: '#C5861D'

red 197 ◦ green 134 ◦ blue 29

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

Shades of Geebung #C5861D

Tints of Geebung #C5861D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.22%

 BLUE value IS 29 (11.72% from 255) = 8.06%

R = 54.72%
G = 37.22%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C5861D (or 0xC5861D) is known color: Geebung. HEX triplet: C5, 86 and 1D. RGB value is (197,134,29). Sum of RGB (Red+Green+Blue) = 197+134+29=360 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.72% from 360); Green value is 134 (52.73% from 255 or 37.22% from 360); Blue value is 29 (11.72% from 255 or 8.06% from 360); Max value from RGB is 197 - color contains mainly: red. Hex color #C5861D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5861D is #3A79E2. Grayscale: #8D8D8D. Windows color (decimal): -3832291 or 1935045. OLE color: 1935045.

HSL color Cylindrical-coordinate representation of color #C5861D: hue angle of 37.5º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C5861D is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 134 29 -
CMYK 0 0.32 0.85 0.23
HSL 37.5º 0.74% 0.44% -
HSV(B) 37.5º 0.85% 0.77% -
XYZ 31.77 29.01 5.09 -
YUV 140.87 64.87 168.04 -
System Red Green Blue C M Y K H S L
Decimal 197 134 29 0 0.32 0.85 0.23 37.5 0.74 0.44
Hex C5 86 1D 0 20 55 17 26 4A 2C
Octal 305 206 35 0 40 125 27 46 112 54
Binary 11000101 10000110 11101 0 100000 1010101 10111 100110 1001010 101100

Color Harmonies of #C5861D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5861D

Black with #C5861D

Text Example


Text Example

White with #C5861D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5861D; }

 p { color: rgb(197,134,29); }

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

background-color css

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

 a { background-color: rgb(197,134,29); }

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

border-color css

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

 span { border-color: rgb(197,134,29); }

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