Html Css Color HEX #CB8D3D Anzac

📋 copy color: '#CB8D3D'

red 203 ◦ green 141 ◦ blue 61

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

Shades of Anzac #CB8D3D

Tints of Anzac #CB8D3D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.81%

 BLUE value IS 61 (24.22% from 255) = 15.06%

R = 50.12%
G = 34.81%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CB8D3D (or 0xCB8D3D) is known color: Anzac. HEX triplet: CB, 8D and 3D. RGB value is (203,141,61). Sum of RGB (Red+Green+Blue) = 203+141+61=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 141 (55.47% from 255 or 34.81% from 405); Blue value is 61 (24.22% from 255 or 15.06% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8D3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8D3D is #3472C2. Grayscale: #969696. Windows color (decimal): -3437251 or 4033995. OLE color: 4033995.

HSL color Cylindrical-coordinate representation of color #CB8D3D: hue angle of 33.8º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB8D3D is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 141 61 -
CMYK 0 0.31 0.70 0.20
HSL 33.8º 0.58% 0.52% -
HSV(B) 33.8º 0.7% 0.8% -
XYZ 35 32.08 8.76 -
YUV 150.42 77.54 165.5 -
System Red Green Blue C M Y K H S L
Decimal 203 141 61 0 0.31 0.70 0.20 33.8 0.58 0.52
Hex CB 8D 3D 0 1F 46 14 22 3A 34
Octal 313 215 75 0 37 106 24 42 72 64
Binary 11001011 10001101 111101 0 11111 1000110 10100 100010 111010 110100

Color Harmonies of #CB8D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8D3D

Black with #CB8D3D

Text Example


Text Example

White with #CB8D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8D3D; }

 p { color: rgb(203,141,61); }

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

background-color css

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

 a { background-color: rgb(203,141,61); }

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

border-color css

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

 span { border-color: rgb(203,141,61); }

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