Html Css Color HEX #C18827 Geebung

📋 copy color: '#C18827'

red 193 ◦ green 136 ◦ blue 39

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

Shades of Geebung #C18827

Tints of Geebung #C18827

RGB

 RED value IS 193 (75.78% from 255) = 52.45%

 GREEN value IS 136 (53.52% from 255) = 36.96%

 BLUE value IS 39 (15.63% from 255) = 10.6%

R = 52.45%
G = 36.96%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C18827 (or 0xC18827) is known color: Geebung. HEX triplet: C1, 88 and 27. RGB value is (193,136,39). Sum of RGB (Red+Green+Blue) = 193+136+39=368 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.45% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 39 (15.62% from 255 or 10.60% from 368); Max value from RGB is 193 - color contains mainly: red. Hex color #C18827 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18827 is #3E77D8. Grayscale: #8E8E8E. Windows color (decimal): -4093913 or 2590913. OLE color: 2590913.

HSL color Cylindrical-coordinate representation of color #C18827: hue angle of 37.79º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C18827 is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 136 39 -
CMYK 0 0.30 0.80 0.24
HSL 37.79º 0.66% 0.45% -
HSV(B) 37.79º 0.8% 0.76% -
XYZ 31.16 29.09 5.89 -
YUV 141.99 69.88 164.39 -
System Red Green Blue C M Y K H S L
Decimal 193 136 39 0 0.30 0.80 0.24 37.79 0.66 0.45
Hex C1 88 27 0 1E 50 18 26 42 2D
Octal 301 210 47 0 36 120 30 46 102 55
Binary 11000001 10001000 100111 0 11110 1010000 11000 100110 1000010 101101

Color Harmonies of #C18827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18827

Black with #C18827

Text Example


Text Example

White with #C18827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18827; }

 p { color: rgb(193,136,39); }

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

background-color css

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

 a { background-color: rgb(193,136,39); }

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

border-color css

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

 span { border-color: rgb(193,136,39); }

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