Html Css Color HEX #C98822 Geebung

📋 copy color: '#C98822'

red 201 ◦ green 136 ◦ blue 34

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

Shades of Geebung #C98822

Tints of Geebung #C98822

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.16%

R = 54.18%
G = 36.66%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#C98822 (or 0xC98822) is known color: Geebung. HEX triplet: C9, 88 and 22. RGB value is (201,136,34). Sum of RGB (Red+Green+Blue) = 201+136+34=371 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.18% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 34 (13.67% from 255 or 9.16% from 371); Max value from RGB is 201 - color contains mainly: red. Hex color #C98822 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98822 is #3677DD. Grayscale: #909090. Windows color (decimal): -3569630 or 2263241. OLE color: 2263241.

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

Color convert

RGB 201 136 34 -
CMYK 0 0.32 0.83 0.21
HSL 36.65º 0.71% 0.46% -
HSV(B) 36.65º 0.83% 0.79% -
XYZ 33.18 30.14 5.58 -
YUV 143.81 66.03 168.79 -
System Red Green Blue C M Y K H S L
Decimal 201 136 34 0 0.32 0.83 0.21 36.65 0.71 0.46
Hex C9 88 22 0 20 53 15 25 47 2E
Octal 311 210 42 0 40 123 25 45 107 56
Binary 11001001 10001000 100010 0 100000 1010011 10101 100101 1000111 101110

Color Harmonies of #C98822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98822

Black with #C98822

Text Example


Text Example

White with #C98822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98822; }

 p { color: rgb(201,136,34); }

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

background-color css

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

 a { background-color: rgb(201,136,34); }

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

border-color css

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

 span { border-color: rgb(201,136,34); }

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