Html Css Color HEX #CB730D Ochre

📋 copy color: '#CB730D'

red 203 ◦ green 115 ◦ blue 13

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

Shades of Ochre #CB730D

Tints of Ochre #CB730D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.93%

R = 61.33%
G = 34.74%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CB730D (or 0xCB730D) is known color: Ochre. HEX triplet: CB, 73 and 0D. RGB value is (203,115,13). Sum of RGB (Red+Green+Blue) = 203+115+13=331 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.33% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 13 (5.47% from 255 or 3.93% from 331); Max value from RGB is 203 - color contains mainly: red. Hex color #CB730D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB730D is #348CF2. Grayscale: #828282. Windows color (decimal): -3443955 or 881611. OLE color: 881611.

HSL color Cylindrical-coordinate representation of color #CB730D: hue angle of 32.21º degrees, saturation: 0.88, 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 #CB730D is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 115 13 -
CMYK 0 0.43 0.94 0.20
HSL 32.21º 0.88% 0.42% -
HSV(B) 32.21º 0.94% 0.8% -
XYZ 30.83 24.99 3.58 -
YUV 129.68 62.15 180.29 -
System Red Green Blue C M Y K H S L
Decimal 203 115 13 0 0.43 0.94 0.20 32.21 0.88 0.42
Hex CB 73 D 0 2B 5E 14 20 58 2A
Octal 313 163 15 0 53 136 24 40 130 52
Binary 11001011 1110011 1101 0 101011 1011110 10100 100000 1011000 101010

Color Harmonies of #CB730D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB730D

Black with #CB730D

Text Example


Text Example

White with #CB730D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB730D; }

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

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

background-color css

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

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

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

border-color css

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

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

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