Html Css Color HEX #CB762E Bronze

📋 copy color: '#CB762E'

red 203 ◦ green 118 ◦ blue 46

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

Shades of Bronze #CB762E

Tints of Bronze #CB762E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.15%

 BLUE value IS 46 (18.36% from 255) = 12.53%

R = 55.31%
G = 32.15%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CB762E (or 0xCB762E) is known color: Bronze. HEX triplet: CB, 76 and 2E. RGB value is (203,118,46). Sum of RGB (Red+Green+Blue) = 203+118+46=367 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.31% from 367); Green value is 118 (46.48% from 255 or 32.15% from 367); Blue value is 46 (18.36% from 255 or 12.53% from 367); Max value from RGB is 203 - color contains mainly: red. Hex color #CB762E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB762E is #3489D1. Grayscale: #878787. Windows color (decimal): -3443154 or 3045067. OLE color: 3045067.

HSL color Cylindrical-coordinate representation of color #CB762E: hue angle of 27.52º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB762E is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 118 46 -
CMYK 0 0.42 0.77 0.20
HSL 27.52º 0.63% 0.49% -
HSV(B) 27.52º 0.77% 0.8% -
XYZ 31.6 25.85 5.91 -
YUV 135.21 77.66 176.35 -
System Red Green Blue C M Y K H S L
Decimal 203 118 46 0 0.42 0.77 0.20 27.52 0.63 0.49
Hex CB 76 2E 0 2A 4D 14 1C 3F 31
Octal 313 166 56 0 52 115 24 34 77 61
Binary 11001011 1110110 101110 0 101010 1001101 10100 11100 111111 110001

Color Harmonies of #CB762E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB762E

Black with #CB762E

Text Example


Text Example

White with #CB762E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB762E; }

 p { color: rgb(203,118,46); }

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

background-color css

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

 a { background-color: rgb(203,118,46); }

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

border-color css

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

 span { border-color: rgb(203,118,46); }

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