Html Css Color HEX #CB8327 Geebung

📋 copy color: '#CB8327'

red 203 ◦ green 131 ◦ blue 39

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

Shades of Geebung #CB8327

Tints of Geebung #CB8327

RGB

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

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

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

R = 54.42%
G = 35.12%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CB8327 (or 0xCB8327) is known color: Geebung. HEX triplet: CB, 83 and 27. RGB value is (203,131,39). Sum of RGB (Red+Green+Blue) = 203+131+39=373 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.42% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 39 (15.62% from 255 or 10.46% from 373); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8327 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8327 is #347CD8. Grayscale: #8E8E8E. Windows color (decimal): -3439833 or 2589643. OLE color: 2589643.

HSL color Cylindrical-coordinate representation of color #CB8327: hue angle of 33.66º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB8327 is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 131 39 -
CMYK 0 0.35 0.81 0.20
HSL 33.66º 0.68% 0.47% -
HSV(B) 33.66º 0.81% 0.8% -
XYZ 33.11 29.08 5.79 -
YUV 142.04 69.85 171.48 -
System Red Green Blue C M Y K H S L
Decimal 203 131 39 0 0.35 0.81 0.20 33.66 0.68 0.47
Hex CB 83 27 0 23 51 14 22 44 2F
Octal 313 203 47 0 43 121 24 42 104 57
Binary 11001011 10000011 100111 0 100011 1010001 10100 100010 1000100 101111

Color Harmonies of #CB8327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8327

Black with #CB8327

Text Example


Text Example

White with #CB8327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8327; }

 p { color: rgb(203,131,39); }

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

background-color css

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

 a { background-color: rgb(203,131,39); }

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

border-color css

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

 span { border-color: rgb(203,131,39); }

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