Html Css Color HEX #C8841F Geebung

📋 copy color: '#C8841F'

red 200 ◦ green 132 ◦ blue 31

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

Shades of Geebung #C8841F

Tints of Geebung #C8841F

RGB

 RED value IS 200 (78.52% from 255) = 55.1%

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

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

R = 55.1%
G = 36.36%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C8841F (or 0xC8841F) is known color: Geebung. HEX triplet: C8, 84 and 1F. RGB value is (200,132,31). Sum of RGB (Red+Green+Blue) = 200+132+31=363 (48% of max value = 765). Red value is 200 (78.52% from 255 or 55.10% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 31 (12.5% from 255 or 8.54% from 363); Max value from RGB is 200 - color contains mainly: red. Hex color #C8841F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8841F is #377BE0. Grayscale: #8D8D8D. Windows color (decimal): -3636193 or 2065608. OLE color: 2065608.

HSL color Cylindrical-coordinate representation of color #C8841F: hue angle of 35.86º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C8841F is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 132 31 -
CMYK 0 0.34 0.84 0.22
HSL 35.86º 0.73% 0.45% -
HSV(B) 35.86º 0.85% 0.78% -
XYZ 32.32 28.88 5.17 -
YUV 140.82 66.03 170.21 -
System Red Green Blue C M Y K H S L
Decimal 200 132 31 0 0.34 0.84 0.22 35.86 0.73 0.45
Hex C8 84 1F 0 22 54 16 24 49 2D
Octal 310 204 37 0 42 124 26 44 111 55
Binary 11001000 10000100 11111 0 100010 1010100 10110 100100 1001001 101101

Color Harmonies of #C8841F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8841F

Black with #C8841F

Text Example


Text Example

White with #C8841F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8841F; }

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

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

background-color css

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

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

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

border-color css

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

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

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