Html Css Color HEX #C18834 Geebung

📋 copy color: '#C18834'

red 193 ◦ green 136 ◦ blue 52

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

Shades of Geebung #C18834

Tints of Geebung #C18834

RGB

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

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

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

R = 50.66%
G = 35.7%
B = 13.65%

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

#C18834 (or 0xC18834) is known color: Geebung. HEX triplet: C1, 88 and 34. RGB value is (193,136,52). Sum of RGB (Red+Green+Blue) = 193+136+52=381 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.66% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 52 (20.70% from 255 or 13.65% from 381); Max value from RGB is 193 - color contains mainly: red. Hex color #C18834 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18834 is #3E77CB. Grayscale: #8F8F8F. Windows color (decimal): -4093900 or 3442881. OLE color: 3442881.

HSL color Cylindrical-coordinate representation of color #C18834: hue angle of 35.74º 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 #C18834 is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 136 52 -
CMYK 0 0.30 0.73 0.24
HSL 35.74º 0.58% 0.48% -
HSV(B) 35.74º 0.73% 0.76% -
XYZ 31.42 29.19 7.23 -
YUV 143.47 76.38 163.33 -
System Red Green Blue C M Y K H S L
Decimal 193 136 52 0 0.30 0.73 0.24 35.74 0.58 0.48
Hex C1 88 34 0 1E 49 18 24 3A 30
Octal 301 210 64 0 36 111 30 44 72 60
Binary 11000001 10001000 110100 0 11110 1001001 11000 100100 111010 110000

Color Harmonies of #C18834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18834

Black with #C18834

Text Example


Text Example

White with #C18834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18834; }

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

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

background-color css

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

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

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

border-color css

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

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

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