Html Css Color HEX #C1872A Geebung

📋 copy color: '#C1872A'

red 193 ◦ green 135 ◦ blue 42

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

Shades of Geebung #C1872A

Tints of Geebung #C1872A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.35%

R = 52.16%
G = 36.49%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C1872A (or 0xC1872A) is known color: Geebung. HEX triplet: C1, 87 and 2A. RGB value is (193,135,42). Sum of RGB (Red+Green+Blue) = 193+135+42=370 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.16% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 42 (16.80% from 255 or 11.35% from 370); Max value from RGB is 193 - color contains mainly: red. Hex color #C1872A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1872A is #3E78D5. Grayscale: #8E8E8E. Windows color (decimal): -4094166 or 2787265. OLE color: 2787265.

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

Color convert

RGB 193 135 42 -
CMYK 0 0.30 0.78 0.24
HSL 36.95º 0.64% 0.46% -
HSV(B) 36.95º 0.78% 0.76% -
XYZ 31.07 28.83 6.12 -
YUV 141.74 71.72 164.56 -
System Red Green Blue C M Y K H S L
Decimal 193 135 42 0 0.30 0.78 0.24 36.95 0.64 0.46
Hex C1 87 2A 0 1E 4E 18 25 40 2E
Octal 301 207 52 0 36 116 30 45 100 56
Binary 11000001 10000111 101010 0 11110 1001110 11000 100101 1000000 101110

Color Harmonies of #C1872A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1872A

Black with #C1872A

Text Example


Text Example

White with #C1872A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1872A; }

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

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

background-color css

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

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

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

border-color css

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

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

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