Html Css Color HEX #CB7314 Ochre

📋 copy color: '#CB7314'

red 203 ◦ green 115 ◦ blue 20

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

Shades of Ochre #CB7314

Tints of Ochre #CB7314

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.02%

 BLUE value IS 20 (8.2% from 255) = 5.92%

R = 60.06%
G = 34.02%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CB7314 (or 0xCB7314) is known color: Ochre. HEX triplet: CB, 73 and 14. RGB value is (203,115,20). Sum of RGB (Red+Green+Blue) = 203+115+20=338 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.06% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 20 (8.20% from 255 or 5.92% from 338); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7314 is #348CEB. Grayscale: #828282. Windows color (decimal): -3443948 or 1340363. OLE color: 1340363.

HSL color Cylindrical-coordinate representation of color #CB7314: hue angle of 31.15º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB7314 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 115 20 -
CMYK 0 0.43 0.90 0.20
HSL 31.15º 0.82% 0.44% -
HSV(B) 31.15º 0.9% 0.8% -
XYZ 30.89 25.01 3.86 -
YUV 130.48 65.65 179.72 -
System Red Green Blue C M Y K H S L
Decimal 203 115 20 0 0.43 0.90 0.20 31.15 0.82 0.44
Hex CB 73 14 0 2B 5A 14 1F 52 2C
Octal 313 163 24 0 53 132 24 37 122 54
Binary 11001011 1110011 10100 0 101011 1011010 10100 11111 1010010 101100

Color Harmonies of #CB7314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7314

Black with #CB7314

Text Example


Text Example

White with #CB7314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7314; }

 p { color: rgb(203,115,20); }

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

background-color css

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

 a { background-color: rgb(203,115,20); }

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

border-color css

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

 span { border-color: rgb(203,115,20); }

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