Html Css Color HEX #C98720 Geebung

📋 copy color: '#C98720'

red 201 ◦ green 135 ◦ blue 32

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

Shades of Geebung #C98720

Tints of Geebung #C98720

RGB

 RED value IS 201 (78.91% from 255) = 54.62%

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

 BLUE value IS 32 (12.89% from 255) = 8.7%

R = 54.62%
G = 36.68%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C98720 (or 0xC98720) is known color: Geebung. HEX triplet: C9, 87 and 20. RGB value is (201,135,32). Sum of RGB (Red+Green+Blue) = 201+135+32=368 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.62% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 32 (12.89% from 255 or 8.70% from 368); Max value from RGB is 201 - color contains mainly: red. Hex color #C98720 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98720 is #3678DF. Grayscale: #8F8F8F. Windows color (decimal): -3569888 or 2131913. OLE color: 2131913.

HSL color Cylindrical-coordinate representation of color #C98720: hue angle of 36.57º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C98720 is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 135 32 -
CMYK 0 0.33 0.84 0.21
HSL 36.57º 0.73% 0.46% -
HSV(B) 36.57º 0.84% 0.79% -
XYZ 33.01 29.85 5.39 -
YUV 142.99 65.37 169.38 -
System Red Green Blue C M Y K H S L
Decimal 201 135 32 0 0.33 0.84 0.21 36.57 0.73 0.46
Hex C9 87 20 0 21 54 15 25 49 2E
Octal 311 207 40 0 41 124 25 45 111 56
Binary 11001001 10000111 100000 0 100001 1010100 10101 100101 1001001 101110

Color Harmonies of #C98720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98720

Black with #C98720

Text Example


Text Example

White with #C98720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98720; }

 p { color: rgb(201,135,32); }

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

background-color css

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

 a { background-color: rgb(201,135,32); }

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

border-color css

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

 span { border-color: rgb(201,135,32); }

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