Html Css Color HEX #C1892D Geebung

📋 copy color: '#C1892D'

red 193 ◦ green 137 ◦ blue 45

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

Shades of Geebung #C1892D

Tints of Geebung #C1892D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.53%

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

R = 51.47%
G = 36.53%
B = 12%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C1892D (or 0xC1892D) is known color: Geebung. HEX triplet: C1, 89 and 2D. RGB value is (193,137,45). Sum of RGB (Red+Green+Blue) = 193+137+45=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 45 (17.97% from 255 or 12% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C1892D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1892D is #3E76D2. Grayscale: #8F8F8F. Windows color (decimal): -4093651 or 2984385. OLE color: 2984385.

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

Color convert

RGB 193 137 45 -
CMYK 0 0.29 0.77 0.24
HSL 37.3º 0.62% 0.47% -
HSV(B) 37.3º 0.77% 0.76% -
XYZ 31.41 29.42 6.51 -
YUV 143.26 72.55 163.48 -
System Red Green Blue C M Y K H S L
Decimal 193 137 45 0 0.29 0.77 0.24 37.3 0.62 0.47
Hex C1 89 2D 0 1D 4D 18 25 3E 2F
Octal 301 211 55 0 35 115 30 45 76 57
Binary 11000001 10001001 101101 0 11101 1001101 11000 100101 111110 101111

Color Harmonies of #C1892D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1892D

Black with #C1892D

Text Example


Text Example

White with #C1892D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1892D; }

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

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

background-color css

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

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

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

border-color css

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

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

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