Html Css Color HEX #C88730 Geebung

📋 copy color: '#C88730'

red 200 ◦ green 135 ◦ blue 48

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

Shades of Geebung #C88730

Tints of Geebung #C88730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.53%

R = 52.22%
G = 35.25%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C88730 (or 0xC88730) is known color: Geebung. HEX triplet: C8, 87 and 30. RGB value is (200,135,48). Sum of RGB (Red+Green+Blue) = 200+135+48=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 48 (19.14% from 255 or 12.53% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C88730 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88730 is #3778CF. Grayscale: #909090. Windows color (decimal): -3635408 or 3180488. OLE color: 3180488.

HSL color Cylindrical-coordinate representation of color #C88730: hue angle of 34.34º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C88730 is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 135 48 -
CMYK 0 0.32 0.76 0.22
HSL 34.34º 0.61% 0.49% -
HSV(B) 34.34º 0.76% 0.78% -
XYZ 33.02 29.82 6.81 -
YUV 144.52 73.53 167.57 -
System Red Green Blue C M Y K H S L
Decimal 200 135 48 0 0.32 0.76 0.22 34.34 0.61 0.49
Hex C8 87 30 0 20 4C 16 22 3D 31
Octal 310 207 60 0 40 114 26 42 75 61
Binary 11001000 10000111 110000 0 100000 1001100 10110 100010 111101 110001

Color Harmonies of #C88730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88730

Black with #C88730

Text Example


Text Example

White with #C88730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88730; }

 p { color: rgb(200,135,48); }

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

background-color css

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

 a { background-color: rgb(200,135,48); }

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

border-color css

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

 span { border-color: rgb(200,135,48); }

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