Html Css Color HEX #CB8521 Geebung

📋 copy color: '#CB8521'

red 203 ◦ green 133 ◦ blue 33

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

Shades of Geebung #CB8521

Tints of Geebung #CB8521

RGB

 RED value IS 203 (79.69% from 255) = 55.01%

 GREEN value IS 133 (52.34% from 255) = 36.04%

 BLUE value IS 33 (13.28% from 255) = 8.94%

R = 55.01%
G = 36.04%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CB8521 (or 0xCB8521) is known color: Geebung. HEX triplet: CB, 85 and 21. RGB value is (203,133,33). Sum of RGB (Red+Green+Blue) = 203+133+33=369 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.01% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 33 (13.28% from 255 or 8.94% from 369); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8521 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8521 is #347ADE. Grayscale: #8F8F8F. Windows color (decimal): -3439327 or 2196939. OLE color: 2196939.

HSL color Cylindrical-coordinate representation of color #CB8521: hue angle of 35.29º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB8521 is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 133 33 -
CMYK 0 0.34 0.84 0.20
HSL 35.29º 0.72% 0.46% -
HSV(B) 35.29º 0.84% 0.8% -
XYZ 33.29 29.58 5.39 -
YUV 142.53 66.19 171.13 -
System Red Green Blue C M Y K H S L
Decimal 203 133 33 0 0.34 0.84 0.20 35.29 0.72 0.46
Hex CB 85 21 0 22 54 14 23 48 2E
Octal 313 205 41 0 42 124 24 43 110 56
Binary 11001011 10000101 100001 0 100010 1010100 10100 100011 1001000 101110

Color Harmonies of #CB8521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8521

Black with #CB8521

Text Example


Text Example

White with #CB8521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8521; }

 p { color: rgb(203,133,33); }

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

background-color css

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

 a { background-color: rgb(203,133,33); }

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

border-color css

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

 span { border-color: rgb(203,133,33); }

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