Html Css Color HEX #C1841F Geebung

📋 copy color: '#C1841F'

red 193 ◦ green 132 ◦ blue 31

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

Shades of Geebung #C1841F

Tints of Geebung #C1841F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.08%

 BLUE value IS 31 (12.5% from 255) = 8.71%

R = 54.21%
G = 37.08%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C1841F (or 0xC1841F) is known color: Geebung. HEX triplet: C1, 84 and 1F. RGB value is (193,132,31). Sum of RGB (Red+Green+Blue) = 193+132+31=356 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.21% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 31 (12.5% from 255 or 8.71% from 356); Max value from RGB is 193 - color contains mainly: red. Hex color #C1841F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1841F is #3E7BE0. Grayscale: #8B8B8B. Windows color (decimal): -4094945 or 2065601. OLE color: 2065601.

HSL color Cylindrical-coordinate representation of color #C1841F: hue angle of 37.41º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C1841F is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 132 31 -
CMYK 0 0.32 0.84 0.24
HSL 37.41º 0.72% 0.44% -
HSV(B) 37.41º 0.84% 0.76% -
XYZ 30.49 27.94 5.08 -
YUV 138.73 67.21 166.71 -
System Red Green Blue C M Y K H S L
Decimal 193 132 31 0 0.32 0.84 0.24 37.41 0.72 0.44
Hex C1 84 1F 0 20 54 18 25 48 2C
Octal 301 204 37 0 40 124 30 45 110 54
Binary 11000001 10000100 11111 0 100000 1010100 11000 100101 1001000 101100

Color Harmonies of #C1841F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1841F

Black with #C1841F

Text Example


Text Example

White with #C1841F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1841F; }

 p { color: rgb(193,132,31); }

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

background-color css

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

 a { background-color: rgb(193,132,31); }

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

border-color css

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

 span { border-color: rgb(193,132,31); }

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