Html Css Color HEX #CE8720 Geebung

📋 copy color: '#CE8720'

red 206 ◦ green 135 ◦ blue 32

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

Shades of Geebung #CE8720

Tints of Geebung #CE8720

RGB

 RED value IS 206 (80.86% from 255) = 55.23%

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

 BLUE value IS 32 (12.89% from 255) = 8.58%

R = 55.23%
G = 36.19%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE8720 (or 0xCE8720) is known color: Geebung. HEX triplet: CE, 87 and 20. RGB value is (206,135,32). Sum of RGB (Red+Green+Blue) = 206+135+32=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 32 (12.89% from 255 or 8.58% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8720 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8720 is #3178DF. Grayscale: #909090. Windows color (decimal): -3242208 or 2131918. OLE color: 2131918.

HSL color Cylindrical-coordinate representation of color #CE8720: hue angle of 35.52º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE8720 is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 135 32 -
CMYK 0 0.34 0.84 0.19
HSL 35.52º 0.73% 0.47% -
HSV(B) 35.52º 0.84% 0.81% -
XYZ 34.38 30.55 5.45 -
YUV 144.49 64.52 171.88 -
System Red Green Blue C M Y K H S L
Decimal 206 135 32 0 0.34 0.84 0.19 35.52 0.73 0.47
Hex CE 87 20 0 22 54 13 24 49 2F
Octal 316 207 40 0 42 124 23 44 111 57
Binary 11001110 10000111 100000 0 100010 1010100 10011 100100 1001001 101111

Color Harmonies of #CE8720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8720

Black with #CE8720

Text Example


Text Example

White with #CE8720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8720; }

 p { color: rgb(206,135,32); }

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

background-color css

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

 a { background-color: rgb(206,135,32); }

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

border-color css

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

 span { border-color: rgb(206,135,32); }

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