Html Css Color HEX #C18734 Geebung

📋 copy color: '#C18734'

red 193 ◦ green 135 ◦ blue 52

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

Shades of Geebung #C18734

Tints of Geebung #C18734

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.53%

 BLUE value IS 52 (20.7% from 255) = 13.68%

R = 50.79%
G = 35.53%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C18734 (or 0xC18734) is known color: Geebung. HEX triplet: C1, 87 and 34. RGB value is (193,135,52). Sum of RGB (Red+Green+Blue) = 193+135+52=380 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.79% from 380); Green value is 135 (53.12% from 255 or 35.53% from 380); Blue value is 52 (20.70% from 255 or 13.68% from 380); Max value from RGB is 193 - color contains mainly: red. Hex color #C18734 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18734 is #3E78CB. Grayscale: #8F8F8F. Windows color (decimal): -4094156 or 3442625. OLE color: 3442625.

HSL color Cylindrical-coordinate representation of color #C18734: hue angle of 35.32º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C18734 is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 135 52 -
CMYK 0 0.30 0.73 0.24
HSL 35.32º 0.58% 0.48% -
HSV(B) 35.32º 0.73% 0.76% -
XYZ 31.28 28.91 7.18 -
YUV 142.88 76.72 163.75 -
System Red Green Blue C M Y K H S L
Decimal 193 135 52 0 0.30 0.73 0.24 35.32 0.58 0.48
Hex C1 87 34 0 1E 49 18 23 3A 30
Octal 301 207 64 0 36 111 30 43 72 60
Binary 11000001 10000111 110100 0 11110 1001001 11000 100011 111010 110000

Color Harmonies of #C18734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18734

Black with #C18734

Text Example


Text Example

White with #C18734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18734; }

 p { color: rgb(193,135,52); }

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

background-color css

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

 a { background-color: rgb(193,135,52); }

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

border-color css

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

 span { border-color: rgb(193,135,52); }

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