Html Css Color HEX #C88B27 Geebung

📋 copy color: '#C88B27'

red 200 ◦ green 139 ◦ blue 39

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

Shades of Geebung #C88B27

Tints of Geebung #C88B27

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.77%

 BLUE value IS 39 (15.63% from 255) = 10.32%

R = 52.91%
G = 36.77%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C88B27 (or 0xC88B27) is known color: Geebung. HEX triplet: C8, 8B and 27. RGB value is (200,139,39). Sum of RGB (Red+Green+Blue) = 200+139+39=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 139 (54.69% from 255 or 36.77% from 378); Blue value is 39 (15.62% from 255 or 10.32% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C88B27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88B27 is #3774D8. Grayscale: #929292. Windows color (decimal): -3634393 or 2591688. OLE color: 2591688.

HSL color Cylindrical-coordinate representation of color #C88B27: hue angle of 37.27º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C88B27 is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 139 39 -
CMYK 0 0.30 0.80 0.22
HSL 37.27º 0.67% 0.47% -
HSV(B) 37.27º 0.81% 0.78% -
XYZ 33.42 30.89 6.12 -
YUV 145.84 67.71 166.63 -
System Red Green Blue C M Y K H S L
Decimal 200 139 39 0 0.30 0.80 0.22 37.27 0.67 0.47
Hex C8 8B 27 0 1E 50 16 25 43 2F
Octal 310 213 47 0 36 120 26 45 103 57
Binary 11001000 10001011 100111 0 11110 1010000 10110 100101 1000011 101111

Color Harmonies of #C88B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88B27

Black with #C88B27

Text Example


Text Example

White with #C88B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88B27; }

 p { color: rgb(200,139,39); }

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

background-color css

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

 a { background-color: rgb(200,139,39); }

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

border-color css

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

 span { border-color: rgb(200,139,39); }

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