#CB730C

Color #CB730C Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #CB730C

Tints of Ochre #CB730C

Color information

#CB730C (or 0xCB730C) is unknown color: approx Ochre. HEX triplet: CB, 73 and 0C. RGB value is (203,115,12). Sum of RGB (Red+Green+Blue) = 203+115+12=330 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.52% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 12 (5.08% from 255 or 3.64% from 330); Max value from RGB is 203 - color contains mainly: red. Hex color #CB730C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB730C is #348CF3. Grayscale: #828282. Windows color (decimal): -3443956 or 816075. OLE color: 816075.

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

Color convert

RGB20311512-
CMYK00.430.940.20
HSL32.36º88.84%42.16%-
HSV(B)32.36º94.09%79.61%-
XYZ30.8324.983.55-
YUV129.5761.65180.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 61.52%
GREEN value IS 115 (45.31% from 255) = 34.85%
BLUE value IS 12 (5.08% from 255) = 3.64%
R=61.52%
G=34.85%
B=3.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.94
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031151200.430.940.2032.3688.8442.16
HexCB73C02B5E1420592a
Octal31316314053136244013152
Binary110010111110011110001010111011110101001000001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB730C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB730C; }

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

 H1.HeaderClassName
 {
   color: #CB730C;
 }
 .AnyTagClassName
 {
   color: #CB730C;
 }
</style>
background-color css

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

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

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

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

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

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