Html Css Color HEX #C18A2D Geebung

📋 copy color: '#C18A2D'

red 193 ◦ green 138 ◦ blue 45

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

Shades of Geebung #C18A2D

Tints of Geebung #C18A2D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.7%

 BLUE value IS 45 (17.97% from 255) = 11.97%

R = 51.33%
G = 36.7%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C18A2D (or 0xC18A2D) is known color: Geebung. HEX triplet: C1, 8A and 2D. RGB value is (193,138,45). Sum of RGB (Red+Green+Blue) = 193+138+45=376 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.33% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 45 (17.97% from 255 or 11.97% from 376); Max value from RGB is 193 - color contains mainly: red. Hex color #C18A2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18A2D is #3E75D2. Grayscale: #909090. Windows color (decimal): -4093395 or 2984641. OLE color: 2984641.

HSL color Cylindrical-coordinate representation of color #C18A2D: hue angle of 37.7º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C18A2D is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 138 45 -
CMYK 0 0.28 0.77 0.24
HSL 37.7º 0.62% 0.47% -
HSV(B) 37.7º 0.77% 0.76% -
XYZ 31.55 29.7 6.55 -
YUV 143.84 72.22 163.06 -
System Red Green Blue C M Y K H S L
Decimal 193 138 45 0 0.28 0.77 0.24 37.7 0.62 0.47
Hex C1 8A 2D 0 1C 4D 18 26 3E 2F
Octal 301 212 55 0 34 115 30 46 76 57
Binary 11000001 10001010 101101 0 11100 1001101 11000 100110 111110 101111

Color Harmonies of #C18A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18A2D

Black with #C18A2D

Text Example


Text Example

White with #C18A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18A2D; }

 p { color: rgb(193,138,45); }

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

background-color css

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

 a { background-color: rgb(193,138,45); }

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

border-color css

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

 span { border-color: rgb(193,138,45); }

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