Html Css Color HEX #CB7313 Ochre

📋 copy color: '#CB7313'

red 203 ◦ green 115 ◦ blue 19

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

Shades of Ochre #CB7313

Tints of Ochre #CB7313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.64%

R = 60.24%
G = 34.12%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CB7313 (or 0xCB7313) is known color: Ochre. HEX triplet: CB, 73 and 13. RGB value is (203,115,19). Sum of RGB (Red+Green+Blue) = 203+115+19=337 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.24% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 19 (7.81% from 255 or 5.64% from 337); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7313 is #348CEC. Grayscale: #828282. Windows color (decimal): -3443949 or 1274827. OLE color: 1274827.

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

Color convert

RGB 203 115 19 -
CMYK 0 0.43 0.91 0.20
HSL 31.3º 0.83% 0.44% -
HSV(B) 31.3º 0.91% 0.8% -
XYZ 30.88 25.01 3.82 -
YUV 130.37 65.15 179.81 -
System Red Green Blue C M Y K H S L
Decimal 203 115 19 0 0.43 0.91 0.20 31.3 0.83 0.44
Hex CB 73 13 0 2B 5B 14 1F 53 2C
Octal 313 163 23 0 53 133 24 37 123 54
Binary 11001011 1110011 10011 0 101011 1011011 10100 11111 1010011 101100

Color Harmonies of #CB7313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7313

Black with #CB7313

Text Example


Text Example

White with #CB7313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7313; }

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

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

background-color css

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

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

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

border-color css

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

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

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