Html Css Color HEX #C98825 Geebung

📋 copy color: '#C98825'

red 201 ◦ green 136 ◦ blue 37

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

Shades of Geebung #C98825

Tints of Geebung #C98825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.89%

R = 53.74%
G = 36.36%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#C98825 (or 0xC98825) is known color: Geebung. HEX triplet: C9, 88 and 25. RGB value is (201,136,37). Sum of RGB (Red+Green+Blue) = 201+136+37=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 37 (14.84% from 255 or 9.89% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C98825 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98825 is #3677DA. Grayscale: #909090. Windows color (decimal): -3569627 or 2459849. OLE color: 2459849.

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

Color convert

RGB 201 136 37 -
CMYK 0 0.32 0.82 0.21
HSL 36.22º 0.69% 0.47% -
HSV(B) 36.22º 0.82% 0.79% -
XYZ 33.23 30.16 5.82 -
YUV 144.15 67.53 168.55 -
System Red Green Blue C M Y K H S L
Decimal 201 136 37 0 0.32 0.82 0.21 36.22 0.69 0.47
Hex C9 88 25 0 20 52 15 24 45 2F
Octal 311 210 45 0 40 122 25 44 105 57
Binary 11001001 10001000 100101 0 100000 1010010 10101 100100 1000101 101111

Color Harmonies of #C98825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98825

Black with #C98825

Text Example


Text Example

White with #C98825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98825; }

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

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

background-color css

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

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

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

border-color css

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

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

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