#CD8B23

Color #CD8B23 Geebung (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Geebung #CD8B23

Tints of Geebung #CD8B23

Color information

#CD8B23 (or 0xCD8B23) is unknown color: approx Geebung. HEX triplet: CD, 8B and 23. RGB value is (205,139,35). Sum of RGB (Red+Green+Blue) = 205+139+35=379 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.09% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 35 (14.06% from 255 or 9.23% from 379); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8B23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8B23 is #3274DC. Grayscale: #939393. Windows color (decimal): -3306717 or 2329549. OLE color: 2329549.

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

Color convert

RGB20513935-
CMYK00.320.830.20
HSL36.71º70.83%47.06%-
HSV(B)36.71º82.93%80.39%-
XYZ34.7131.575.85-
YUV146.8864.87169.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 54.09%
GREEN value IS 139 (54.69% from 255) = 36.68%
BLUE value IS 35 (14.06% from 255) = 9.23%
R=54.09%
G=36.68%
B=9.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.83
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051393500.320.830.2036.7170.8347.06
HexCD8B23020531425472f
Octal31521343040123244510757
Binary110011011000101110001101000001010011101001001011000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8B23; }

 p { color: rgb(205,139,35); }

 H1.HeaderClassName
 {
   color: #CD8B23;
 }
 .AnyTagClassName
 {
   color: #CD8B23;
 }
</style>
background-color css

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

 a { background-color: rgb(205,139,35); }

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

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

 span { border-color: rgb(205,139,35); }

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