Html Css Color HEX #CB730B Ochre

📋 copy color: '#CB730B'

red 203 ◦ green 115 ◦ blue 11

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

Shades of Ochre #CB730B

Tints of Ochre #CB730B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.34%

R = 61.7%
G = 34.95%
B = 3.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CB730B (or 0xCB730B) is known color: Ochre. HEX triplet: CB, 73 and 0B. RGB value is (203,115,11). Sum of RGB (Red+Green+Blue) = 203+115+11=329 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.70% from 329); Green value is 115 (45.31% from 255 or 34.95% from 329); Blue value is 11 (4.69% from 255 or 3.34% from 329); Max value from RGB is 203 - color contains mainly: red. Hex color #CB730B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB730B is #348CF4. Grayscale: #818181. Windows color (decimal): -3443957 or 750539. OLE color: 750539.

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

Color convert

RGB 203 115 11 -
CMYK 0 0.43 0.95 0.20
HSL 32.5º 0.9% 0.42% -
HSV(B) 32.5º 0.95% 0.8% -
XYZ 30.82 24.98 3.51 -
YUV 129.46 61.15 180.46 -
System Red Green Blue C M Y K H S L
Decimal 203 115 11 0 0.43 0.95 0.20 32.5 0.9 0.42
Hex CB 73 B 0 2B 5F 14 20 5A 2A
Octal 313 163 13 0 53 137 24 40 132 52
Binary 11001011 1110011 1011 0 101011 1011111 10100 100000 1011010 101010

Color Harmonies of #CB730B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB730B

Black with #CB730B

Text Example


Text Example

White with #CB730B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB730B; }

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

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

background-color css

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

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

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

border-color css

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

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

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