Html Css Color HEX #C88325 Geebung

📋 copy color: '#C88325'

red 200 ◦ green 131 ◦ blue 37

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

Shades of Geebung #C88325

Tints of Geebung #C88325

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.6%

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

R = 54.35%
G = 35.6%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C88325 (or 0xC88325) is known color: Geebung. HEX triplet: C8, 83 and 25. RGB value is (200,131,37). Sum of RGB (Red+Green+Blue) = 200+131+37=368 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.35% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 37 (14.84% from 255 or 10.05% from 368); Max value from RGB is 200 - color contains mainly: red. Hex color #C88325 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88325 is #377CDA. Grayscale: #8D8D8D. Windows color (decimal): -3636443 or 2458568. OLE color: 2458568.

HSL color Cylindrical-coordinate representation of color #C88325: hue angle of 34.6º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C88325 is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 131 37 -
CMYK 0 0.34 0.82 0.22
HSL 34.6º 0.69% 0.46% -
HSV(B) 34.6º 0.82% 0.78% -
XYZ 32.27 28.65 5.58 -
YUV 140.92 69.36 170.14 -
System Red Green Blue C M Y K H S L
Decimal 200 131 37 0 0.34 0.82 0.22 34.6 0.69 0.46
Hex C8 83 25 0 22 52 16 23 45 2E
Octal 310 203 45 0 42 122 26 43 105 56
Binary 11001000 10000011 100101 0 100010 1010010 10110 100011 1000101 101110

Color Harmonies of #C88325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88325

Black with #C88325

Text Example


Text Example

White with #C88325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88325; }

 p { color: rgb(200,131,37); }

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

background-color css

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

 a { background-color: rgb(200,131,37); }

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

border-color css

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

 span { border-color: rgb(200,131,37); }

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