Html Css Color HEX #CB6725 Chocolate

📋 copy color: '#CB6725'

red 203 ◦ green 103 ◦ blue 37

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

Shades of Chocolate #CB6725

Tints of Chocolate #CB6725

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.03%

 BLUE value IS 37 (14.84% from 255) = 10.79%

R = 59.18%
G = 30.03%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CB6725 (or 0xCB6725) is known color: Chocolate. HEX triplet: CB, 67 and 25. RGB value is (203,103,37). Sum of RGB (Red+Green+Blue) = 203+103+37=343 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.18% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 37 (14.84% from 255 or 10.79% from 343); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6725 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6725 is #3498DA. Grayscale: #7D7D7D. Windows color (decimal): -3447003 or 2451403. OLE color: 2451403.

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

Color convert

RGB 203 103 37 -
CMYK 0 0.49 0.82 0.20
HSL 23.86º 0.69% 0.47% -
HSV(B) 23.86º 0.82% 0.8% -
XYZ 29.81 22.53 4.53 -
YUV 125.38 78.13 183.37 -
System Red Green Blue C M Y K H S L
Decimal 203 103 37 0 0.49 0.82 0.20 23.86 0.69 0.47
Hex CB 67 25 0 31 52 14 18 45 2F
Octal 313 147 45 0 61 122 24 30 105 57
Binary 11001011 1100111 100101 0 110001 1010010 10100 11000 1000101 101111

Color Harmonies of #CB6725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6725

Black with #CB6725

Text Example


Text Example

White with #CB6725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6725; }

 p { color: rgb(203,103,37); }

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

background-color css

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

 a { background-color: rgb(203,103,37); }

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

border-color css

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

 span { border-color: rgb(203,103,37); }

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