Html Css Color HEX #C1882F Geebung

📋 copy color: '#C1882F'

red 193 ◦ green 136 ◦ blue 47

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

Shades of Geebung #C1882F

Tints of Geebung #C1882F

RGB

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

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

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

R = 51.33%
G = 36.17%
B = 12.5%

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

#C1882F (or 0xC1882F) is known color: Geebung. HEX triplet: C1, 88 and 2F. RGB value is (193,136,47). Sum of RGB (Red+Green+Blue) = 193+136+47=376 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.33% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 47 (18.75% from 255 or 12.5% from 376); Max value from RGB is 193 - color contains mainly: red. Hex color #C1882F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1882F is #3E77D0. Grayscale: #8F8F8F. Windows color (decimal): -4093905 or 3115201. OLE color: 3115201.

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

Color convert

RGB 193 136 47 -
CMYK 0 0.30 0.76 0.24
HSL 36.58º 0.61% 0.47% -
HSV(B) 36.58º 0.76% 0.76% -
XYZ 31.31 29.15 6.67 -
YUV 142.9 73.88 163.74 -
System Red Green Blue C M Y K H S L
Decimal 193 136 47 0 0.30 0.76 0.24 36.58 0.61 0.47
Hex C1 88 2F 0 1E 4C 18 25 3D 2F
Octal 301 210 57 0 36 114 30 45 75 57
Binary 11000001 10001000 101111 0 11110 1001100 11000 100101 111101 101111

Color Harmonies of #C1882F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1882F

Black with #C1882F

Text Example


Text Example

White with #C1882F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1882F; }

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

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

background-color css

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

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

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

border-color css

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

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

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