Html Css Color HEX #C1872F Geebung

📋 copy color: '#C1872F'

red 193 ◦ green 135 ◦ blue 47

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

Shades of Geebung #C1872F

Tints of Geebung #C1872F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.53%

R = 51.47%
G = 36%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C1872F (or 0xC1872F) is known color: Geebung. HEX triplet: C1, 87 and 2F. RGB value is (193,135,47). Sum of RGB (Red+Green+Blue) = 193+135+47=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 47 (18.75% from 255 or 12.53% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C1872F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1872F is #3E78D0. Grayscale: #8E8E8E. Windows color (decimal): -4094161 or 3114945. OLE color: 3114945.

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

Color convert

RGB 193 135 47 -
CMYK 0 0.30 0.76 0.24
HSL 36.16º 0.61% 0.47% -
HSV(B) 36.16º 0.76% 0.76% -
XYZ 31.17 28.87 6.62 -
YUV 142.31 74.22 164.16 -
System Red Green Blue C M Y K H S L
Decimal 193 135 47 0 0.30 0.76 0.24 36.16 0.61 0.47
Hex C1 87 2F 0 1E 4C 18 24 3D 2F
Octal 301 207 57 0 36 114 30 44 75 57
Binary 11000001 10000111 101111 0 11110 1001100 11000 100100 111101 101111

Color Harmonies of #C1872F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1872F

Black with #C1872F

Text Example


Text Example

White with #C1872F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1872F; }

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

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

background-color css

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

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

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

border-color css

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

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

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